[NTG-context] ConTeXt "live"
Hans Hagen
pragma at wxs.nl
Fri Dec 2 15:05:38 CET 2005
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
More information about the ntg-context
mailing list