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



> latex <filename> >/dev/null
> dvips  -Ppdf -G0 <filename>.dvi >/dev/null 2>&1

Step one should be to stop redirecting stdout (and stderr!) to /dev/null
and instead send them to a file and read it.

--jhawk


Home | Main Index | Thread Index | Old Index