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

Improve display equation parsing #251

Merged
merged 1 commit into from
Mar 28, 2023
Merged

Conversation

torik42
Copy link
Owner

@torik42 torik42 commented Mar 28, 2023

Mainly fixes #197. We add a new attribute no_first_section to EquEnv so that the first math operator in a line is replaced (not only the first one after a &).

  • Correct spelling of multline environment.
  • Reduce false positives when multlined or aligned appear after an equality sign.
  • Add multlined and aligned environments.

- Correct spelling of `multline` environment.
- Reduce false positives when `multlined` or `aligned` appear after an
  equality sign.
- Add `multlined` and `aligned` environments.

fixes #197
@torik42 torik42 merged commit 76b1da6 into master Mar 28, 2023
@torik42 torik42 deleted the improve-display-equation branch March 28, 2023 22:25
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

Successfully merging this pull request may close these issues.

Add support for multline environment from amsmath
1 participant