From: ivan Date: Mon, 2 Jun 2008 02:47:32 +0000 (+0000) Subject: and batchmode was probably right X-Git-Tag: root_of_webpay_support~611 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=773dc8ba7af4d895e0347ebfa59a340f268fd10b;p=freeside.git and batchmode was probably right --- diff --git a/FS/FS/Misc.pm b/FS/FS/Misc.pm index c3e2d0c90..9198c75ab 100644 --- a/FS/FS/Misc.pm +++ b/FS/FS/Misc.pm @@ -588,7 +588,7 @@ sub _pslatex { my @cmd = ( 'latex', - #'-interaction=errorstopmode', + '-interaction=batchmode', '\AtBeginDocument{\RequirePackage{pslatex}}', '\def\PSLATEXTMP{\futurelet\PSLATEXTMP\PSLATEXTMPB}', '\def\PSLATEXTMPB{\ifx\PSLATEXTMP\nonstopmode\else\input\fi}',