[NTG-context] Run context from Perl script

2010-05-12 Thread 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

Re: [NTG-context] Run context from Perl script

2010-05-12 Thread Vnpenguin
On Wed, May 12, 2010 at 11:08, luigi scarso luigi.sca...@gmail.com wrote: Any idea for help ? What about qx{source /opt/luatex/minimals-beta/tex/setuptex; context --silent --batch myfile.tex}; Hi luigi, It works ! Super :) Thank you, Regards

Re: [NTG-context] Run context from Perl script

2010-05-12 Thread luigi scarso
On Wed, May 12, 2010 at 2:28 PM, Vnpenguin vnpeng...@vnoss.org wrote: On Wed, May 12, 2010 at 11:08, luigi scarso luigi.sca...@gmail.com wrote: Any idea for help ? What about qx{source /opt/luatex/minimals-beta/tex/setuptex; context --silent --batch myfile.tex}; Hi luigi, It works ! Super

Re: [NTG-context] Run context from Perl script

2010-05-12 Thread John Culleton
On Wednesday 12 May 2010 05:08:02 luigi scarso wrote: On Wed, May 12, 2010 at 11:03 AM, Vnpenguin vnpeng...@vnoss.org wrote: 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 :

Re: [NTG-context] Run context from Perl script

2010-05-12 Thread luigi scarso
On Wed, May 12, 2010 at 2:57 PM, John Culleton j...@wexfordpress.com wrote: I have texlive 2009 installed. I get the same error messages: bash-3.1$ context book.tex MTXrun | unknown script 'context.lua' or 'mtx-context.lua' Do I have to install context-minimals to use mkiv or is this just a