--- doc/help/render.texxml.pl 2002/07/19 14:27:05 1.3 +++ doc/help/render.texxml.pl 2002/07/30 18:24:44 1.6 @@ -34,7 +34,7 @@ if ( scalar(@ARGV) < 2 ) print (< $tmpdir/$fileroot.tex" ); @@ -72,7 +78,7 @@ system ( "cp $epssource/* $tmpdir/" ); # \scrollmode\input causes LaTeX to not stop on errors print "Running Latex...\n"; -system ( "cd $tmpdir; latex \"\\scrollmode\\input $fileroot\" $redir; latex \"\\scrollmode\\input $fileroot\ $redir; latex \"\\scrollmode\\input $fileroot\ $redir; " ); +system ( "cd $tmpdir; echo | latex $fileroot $redir; echo | latex $fileroot $redir; echo | latex $fileroot\ $redir; " ); print "Running dvips...\n"; system ( "cd $tmpdir; dvips -f $fileroot.dvi > $fileroot.ps $redir " );