Alain Delmotte wrote:
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.

just add

\syntex=1

in your source

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to