On 2008-02-27, Grant Edwards <[EMAIL PROTECTED]> 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!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to