tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: A problem running LaTeX from a daemon



Marc Balmer <marc%msys.ch@localhost> writes:

> I have a daemon that provides a webservice (using FastCGI behind
> a lighttpd server) on NetBSD 5.0. It produces PDF documents by
> creating a .tex file, then running LaTeX, dvips, and ps2pdf on
> it.
>
> The  exact sequence of command is:
>
> latex <filename> >/dev/null
> latex <filename> >/dev/null

I'd suggest "latex -interaction nonstopmode <filename>"
or "-interaction batchmode" for non-interactive use.
(Also, you may need to run it one more time.)


-- 
HE CE3OH...



Home | Main Index | Thread Index | Old Index