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

Fix regression from #1069 (mathjax/MathJax#3233, mathjax/MathJax#3234) #1101

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

dpvc
Copy link
Member

@dpvc dpvc commented Jun 5, 2024

This PR fixes a regression introduced in #1069 in which primes are misplaced for \underline{x} and give an error about double superscripts for \overline{x} and similar macros. This was du to not taking the subsupOK property in account for these munder and mover constructs. We add those checks here.

Also, this fixes some non-critical number/boolean issues in the base mappings and macros. It works the way it is, but the types are wrong, so we straighten that out here.

Resolves issue mathjax/MathJax#3233 and mathjax/MathJax#3234.

@dpvc dpvc requested a review from zorkow June 5, 2024 12:49
@dpvc dpvc added this to the v4.0 milestone Jun 5, 2024
Copy link
Member

@zorkow zorkow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@dpvc dpvc merged commit 06586c2 into develop Jun 11, 2024
@dpvc dpvc deleted the issue3233 branch June 11, 2024 14:17
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.

None yet

2 participants