Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pplatex doesn't parse errors correctly when file:line:error style messages is enabled #2

Open
ngirard opened this issue Nov 8, 2013 · 0 comments
Assignees

Comments

@ngirard
Copy link

ngirard commented Nov 8, 2013

Consider the following minimal document:

\documentclass[11pt]{article}
\begin{document}
\zzz{aa}
\end{document}

When saved as tst.tex and compiled using

pdflatex -interaction=nonstopmode -no-file-line-error *tex ; pplatex -i tst.log

pplatex works as expected and produces

** Error   in ./tst.tex, Line 3: Undefined control sequence \zzz

Result: o) Errors: 1, Warnings: 0, BadBoxes: 0

But when using

pdflatex -interaction=nonstopmode -file-line-error *tex ; pplatex -i tst.log

the error is not reported:

Result: o) Errors: 0, Warnings: 0, BadBoxes: 0
@stefanhepp stefanhepp self-assigned this May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants