-
Notifications
You must be signed in to change notification settings - Fork 407
pdfTeX error in the log are not detected #2994
Copy link
Copy link
Closed
Labels
Description
-
create
a.tex%! TEX program = pdflatex \documentclass{article} \begin{document} 123 \end{document}
-
Compile to
a.pdf -
create
b.tex%! TEX program = pdflatex \documentclass{article} \usepackage{graphicx} \begin{document} \includegraphics[page=2]{a.pdf} \end{document}
-
Compile
-
see "compilation failed" without any error message pop up
In the log there's this line
!pdfTeX error: pdflatex (file ./a.pdf): PDF inclusion: required page does not e xist <1>but looks like vimtex doesn't spot the error.
Reactions are currently unavailable