yochju / latex-makefile

Automatically exported from code.google.com/p/latex-makefile
Other
0 stars 0 forks source link

File not found error does not show up #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I noticed an error message with the listings package does missing with the 
makefile.

Minimal example:

{{{
\documentclass{minimal}
\usepackage{listings}
\begin{document}
\lstinputlisting{does/not/exist.sh}
\end{document}
}}}

Output with pdflatex invoked directly:

{{{
[...]
! Package Listings Error: File `does/not/exist(.sh)' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sh)

Enter file name
}}}

Output with the makefile:

{{{
./test.tex:4: Emergency stop.<read *> 

l.4 \\lstinputlisting{does/not/exist.sh}
                                       ^^M
*** (cannot \\read from terminal in nonstop modes)
./test.tex:4:  ==> Fatal error occurred, no output PDF file produced!
}}}

Original issue reported on code.google.com by m...@the-compiler.org on 4 Oct 2012 at 7:01

GoogleCodeExporter commented 9 years ago
lol

Original comment by marrug...@gmail.com on 13 Dec 2012 at 11:18