I am using MarkIV, so the call is not directly to texexec but mtxrun.cmd In TeXworks the parameters for MarkIV are Program: mtxrun.cmd Arguments: --autogenerate --script context $fullname and "mtxrun.cmd" in "..\context\tex\texmaf-mswin\bin" is @echo off setlocal set ownpath=%~dp0% texlua "%ownpath%mtxrun.lua" %* endlocal Should I add "--synctex" in "mtxrun.cmd" after "texlua". When I add as argument of the command in TeXworks, it doesn't work. Thanks for the help! Alain Jakub Piotr Cłapa a écrit :
On 09-10-09 16:05, Alain Delmotte wrote:
Is synctex taken into account in context?
Works for me on recent ConTeXt minimals. I have no menton of SyncTeX in the source tex file but I run TeX by
texexec --synctex mgr.tex
I get a mgr.synctex.gz(busy) file while TeXing and a mgr.synctex.gz file afterwards.