12 May
2010
12 May
'10
11:08 a.m.
On Wed, May 12, 2010 at 11:03 AM, Vnpenguin
Hi all, I would like to run context from a Perl script. Within this script I defined environment variables (TEXMFOS, TEXMFCAHE & PATH). The command to run is :
exec("/path/to/context myfile.tex");
But context can not start. I have following error:
MTXrun | unknown script 'context.lua' or 'mtx-context.lua'
With the same method, I can run "texexec" without any problem.
Any idea for help ? What about qx{source /opt/luatex/minimals-beta/tex/setuptex; context --silent --batch myfile.tex};
-- luigi