shiblon / latex-makefile

A Makefile for LaTeX - drop it in, type make, and magic happens.
Other
185 stars 30 forks source link

File not found error does not show up #178

Open shiblon opened 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 165

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!
}}}

Reported by me@the-compiler.org on 2012-10-04 19:01:50

shiblon commented 8 years ago
lol

Reported by marruggio on 2012-12-13 11:18:38