changeset 15847 | c05c7670f166 |
parent 15779 | aed221aff642 |
child 16064 | 7953879aa6cf |
--- a/lib/Tools/latex Tue Apr 26 19:50:31 2005 +0200 +++ b/lib/Tools/latex Tue Apr 26 19:50:57 2005 +0200 @@ -73,7 +73,7 @@ # operations #set by configure -AUTO_PERL=/usr/bin/perl +AUTO_PERL=perl function run_latex () { $ISABELLE_LATEX "\\nonstopmode\\input{$FILEBASE.tex}"; } function run_pdflatex () { $ISABELLE_PDFLATEX "\\nonstopmode\\input{$FILEBASE.tex}"; }