On 7 Apr 2015, at 10:32, Mojca Miklavec wrote:
Hi,
SyncTeX usually works for me, but I need to use context --synctex ... (I don't know if --synctex=1 is supposed to work in ConTeX. I believe that Hans changed the syntax.)
Enabling it inside the document doesn't work for me for some reason. Hans suggested to put the command inside the first line (modeline or however that one is called).
But "context --synctex filename.tex" generally works.
Yes, this is strange. `\enabledirectives [system.synctex]` works for me *if* it’s in the product file (no `--synctex` switch needed). It even works if it is not in the first line, for example: Product file: \startproduct pd-test \enabledirectives [system.synctex] \component 01-intro \stopproduct Component: \startcomponent 01-intro Hi there, can you show me this sentence in the source file? \stopcomponent But, indeed, it doesn’t work with single-file documents. -- Thomas