- Owner: Anonymous --> Christian Schenk
- Status: open --> attic
SHORT DESCRIPTION: Adding the --file-line-error to the latex command results in generation of less detailed report, at least with beamer documents. This affects use of AUCTeX as seen in http://tex.stackexchange.com/a/124259/32782 (Also, the option seems undocumented.)
LONG DESCRIPTION and how to reproduce the bug:
Create a document named fizz.tex with the following contents:
\documentclass{beamer}
\begin{document}
\begin{frame}{la}
One
Two \lalala
Three
\end{frame}
\end{document}
For comparison, also create a document named buzz.tex with the same contents.
Run the following in Command Prompt:
latex --file-line-error fizz.tex
latex buzz.tex
What I expected was that the generated log file fizz.log to contain the same information as one in buzz.log plus some file line information. But lalala is never mentioned in fizz.log (while it is mentioned in buzz.log).
VERSION:
latex --version
MiKTeX-pdfTeX 2.9.4902 (1.40.14) (MiKTeX 2.9 64-bit)
Copyright (C) 1982 D. E. Knuth, (C) 1996-2012 Han The Thanh
TeX is a trademark of the American Mathematical Society.
OS:
(not sure if OS version matters but) Windows 8.1 64-bit