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

Remove incorrect frame from multline environment. (mathjax/MathJax#3083) #988

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

dpvc
Copy link
Member

@dpvc dpvc commented Aug 15, 2023

This PR fixes a problem with the multline environment where it was incorrectly getting a frame. That was due to changes with how the frame attribute was being handled, and the fact that I had used an empty frame attribute to add the framespacing without a frame. That was a misuse of the frame attribute, which I knew would come back to bite me, and now it did.

The fix is to change multline to use data-array-padding instead of framespacing for the spacing. This also requires a fix in the CHTML output to properly handle that change as well.

Resolves issue mathjax/MathJax#3083.

@dpvc dpvc requested a review from zorkow August 15, 2023 15:12
@dpvc dpvc added this to the v4.0 milestone Aug 15, 2023
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 1635176 into develop Aug 17, 2023
@dpvc dpvc deleted the issue3083 branch August 17, 2023 15:05
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.

2 participants