We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
stefanhepp
No branches or pull requests
Consider the following minimal document:
When saved as tst.tex and compiled using
pplatex works as expected and produces
But when using
the error is not reported:
The text was updated successfully, but these errors were encountered: