aiyuyun2015 / wiki2latex

Automatically exported from code.google.com/p/wiki2latex
0 stars 0 forks source link

W2L crashes on a Server with Ubuntu 12.10 #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For unknown reasons, my home server cannot compile .tex-files anymore. pdflatex 
crashes without any meaningful logfile.

Original issue reported on code.google.com by hansgeorg.kluge@gmail.com on 30 Nov 2012 at 6:33

GoogleCodeExporter commented 8 years ago
So, I figured it out. I had to explicitly use this command:

$w2lConfig['ltx_command'] = "/usr/bin/pdflatex -interaction=nonstopmode %file%";

Now it sounds crazy, but the information returned by "pdflatex -version" which 
is called in case of an error, was working as expected.

Original comment by hansgeorg.kluge@gmail.com on 3 Dec 2012 at 11:20