This is the upload page for the old bug tracking for LaTeX2e that we wish to retire.
For the time being it is also still possible to open a bug report in the old system but we would appreciate if you use the new tracking system instead:
To open a bug report with the new tracking system go to the above link click on “New Issue” there and fill out the necessary information in the form – thanks.
Instructions for the old (obsolete) tracking system
Before submitting a LaTeX bug
A few important preparation steps to go through:
- Check to see if the bug has already been reported. You can do this by searching the LaTeX bugs database. If the bug has already been reported then there may be a documented workaround for your problem.
- Check that there really is a bug, by writing a
short, self-contained document that shows the problem. This file should start with the line
\RequirePackage{latexbug}
. Starting with this package will help you to make sure that the document doesn’t use any third-party packages or document classes. If the bug turns out to be with third-party software then please contact the developer, and not us! - For bugs related to LaTeX3 code (expl3, xparse and so on): Do not report the bug here but instead use the GitHub issue tracker.
- Run LaTeX on the test file. Send the test file and the resulting transcript file using the form below.
Now you are ready to submit a LaTeX bug report.
But please remember: Bug reports sent to us without a
\RequirePackage{latexbug}
line and/or containing third-party code flagged by thelatexbug
package are likely to be closed without any comment in our bug tracking system!