Hi ! I use MiKTeX unter Win Xp and want to use the LatexDoc-Extension.
The DVI/PDF Buttons are shown but when pressing the buttions there is an error message :
LaTeX error
Command: pdflatex -interaction=batchmode -quiet \input "C:\htdocs\wiki/upload/latexdoc/ltd_2fe00d8bf090e354f95afd999a12711e.tex" 2>&1 Output: entering extended mode
--- Content of texput.log This is pdfeTeX, Version 3.141592-1.21a-2.2 (MiKTeX 2.4) (preloaded format=latex 2005.10.1) 2 OCT 2005 13:36 entering extended mode **\input C:\htdocs\wiki/upload/latexdoc/ltd_2fe00d8bf090e35 4f95afd999a12711e.tex ! Emergency stop *** (job aborted, file error in nonstop mode)
Here is how much of TeX's memory you used: 5 strings out of 95502 125 string characters out of 1189316 44801 words of memory out of 1048577 3216 multiletter control sequences out of 60000 3640 words of font info for 14 fonts, out of 1000000 for 2000 14 hyphenation exceptions out of 4999 4i,0n,3p,1b,8s stack positions out of 5000i,500n,10000p,200000b,32768s PDF statistics: 0 PDF objects out of 300000 0 named destinations out of 300000 1 words of extra memory for PDF output out of 65536 No pages of output. What to do ?
Greeting Flacus
-- [[Benutzer:Flacus]][[Benutzer:FlaBot]] http://www.flacus.de/wikipedia/Interwiki-Link-Checker/
FlaBot wrote:
Hi ! I use MiKTeX unter Win Xp and want to use the LatexDoc-Extension.
The DVI/PDF Buttons are shown but when pressing the buttions there is an error message :
LaTeX error
Command: pdflatex -interaction=batchmode -quiet \input "C:\htdocs\wiki/upload/latexdoc/ltd_2fe00d8bf090e354f95afd999a12711e.tex" 2>&1 Output: entering extended mode
Try changing your backslashes to forward slashes. In LocalSettings.php:
$IP = "C:/htdocs/wiki";
By the way, mediawiki-l would have been more appropriate.
-- Tim Starling
Thanks ..
I changed
// Run LaTeX #$cmd = $command . ' -interaction=batchmode -quiet '.'\input ' . wfEscapeShellArg( "$fn.tex" ) . ' 2>&1';
to $cmd = $command . ' -interaction=batchmode -quiet '.wfEscapeShellArg( "$fn.tex" );
now it works.
Greetings
wikitech-l@lists.wikimedia.org