-
Notifications
You must be signed in to change notification settings - Fork 2
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
[bug?] Using $$
to delimit mathematics breaks line numbering in the enclosing environment.
#263
Comments
$$
to delimit mathematics breaks line numbering in the enclosing environment.
This is a known problem. See for example this discussion. Let me dive a bit into |
$$ is a plain TeX primitive for display mathematics and should be replaced by |
@kmccurley I'm aware of this, and I personally use |
There is no need to close the issue - it's certainly a problem worth fixing if we can. This is related to another thing that I encountered, namely whether to flag violations of certain "best practices" in LaTeX. I don't want to be too restrictive to authors, but some have developed really bad habits and it doesn't help to provide warnings to "nudge" them toward better practices. An example is the use of There are other things like the use of
This issue is probably not the place to capture a list of "LaTeX best practices" though. |
The following minimal code:
produces a PDF where some line numbers are missing.
I did a quick search for issues and PRs related to line numbering but couldn't find anything; my apologies if this is a duplicate.
The text was updated successfully, but these errors were encountered: