Raising exception on STDIN read
Grant Edwards
grante at visi.com
Wed Feb 27 16:47:10 EST 2008
On 2008-02-27, Grant Edwards <grante at visi.com> wrote:
> ret1 = os.system('latex \\\\batchmode\\\\input %s' % 'label1.tex')
At least for tetex under Linux, there's also a command line
option to put TeX into batch mode:
latex -interaction=batchmode file.tex
I don't know if TeX on other platforms supports that or not.
--
Grant Edwards grante Yow! Vote for ME -- I'm
at well-tapered, half-cocked,
visi.com ill-conceived and
TAX-DEFERRED!
More information about the Python-list
mailing list