|
From: SourceForge.net <no...@so...> - 2006-06-12 08:12:57
|
Plugin Bugs item #1504619, was opened at 2006-06-12 10:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565475&aid=1504619&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Frederik (freedo) Assigned to: Nobody/Anonymous (nobody) Summary: LaTeXTools show wrong error code in Console Initial Comment: The LaTeXTools used to show the error code of the latex run in the colsole, so one could see if there were any problems during the run. This worked fine in version 0.5.2. The current version of the tools shows some strange behavior: The error code is shown directly under the latex command and it seems to be completely wrong. Current behavior of the compile command: ----8><---- /home/frederik/> %kill No process is currently running cd "/home/frederik/latex" pdflatex -file-line-error-style '/home/frederik/latex/ report.tex' Process pdflatex exited with code 834 /home/frederik/latex> This is pdfeTeXk, Version 3. 141592-1.21a-2.2 (Web2C 7.5.4) file:line:error style messages enabled. entering extended mode [...] Output written on report.pdf (10 pages, 119220 bytes). Transcript written on report.log. ----><8---- Expected behavior: ----8><---- /home/frederik/> %kill No process is currently running cd "/home/frederik/latex" pdflatex -file-line-error-style '/home/frederik/latex/ report.tex' /home/frederik/latex> This is pdfeTeXk, Version 3. 141592-1.21a-2.2 (Web2C 7.5.4) file:line:error style messages enabled. entering extended mode [...] Output written on report.pdf (10 pages, 119220 bytes). Transcript written on report.log. Process pdflatex exited with code 0 /home/frederik/latex> ----><8---- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565475&aid=1504619&group_id=588 |