VnPenguin wrote:

Hi,
I'm trying to build a page "ConTeXt live" on a Apache web server with PHP.
Here is the simple test
-------------------------------------------------------------------------
\enableregime[utf]
\setupencoding[default=t5]

\usetypescript[berry][t5]
\usetypescript[palatino][t5]
\setupbodyfont[palatino,12pt]

\starttext
Hello, world!
\stoptext
---------------------------------------------------------------------------

This src file was saved into /tmp folder in which Apache user has full
writing permission.
I use PHP command:

system("cd /tmp; texexec --pdf --silent test.tex");
it has to do with the tex distribution being configured as too paranoid which means no writing

can you try the --notparanoid switch?

Hans
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to