Add mathtext support for \middle and correct rendering of \|#23685
Closed
oscargus wants to merge 2 commits intomatplotlib:mainfrom
Closed
Add mathtext support for \middle and correct rendering of \|#23685oscargus wants to merge 2 commits intomatplotlib:mainfrom
\middle and correct rendering of \|#23685oscargus wants to merge 2 commits intomatplotlib:mainfrom
Conversation
9d11e50 to
a25d3c7
Compare
\middle and correct rendering of \|
a25d3c7 to
ba66412
Compare
ba66412 to
444bf7d
Compare
444bf7d to
6b06481
Compare
6 tasks
Member
Author
|
Closing this and may restart the middle-part later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Closes #23212
Closes #23250
\midis added as a valid delimiter.The text image is not ideal because of #23250 (comment), which is also why the whats-new-note uses cm as fontfamily. If that is fixed before this goes into a release, one should probably remove that from the note. Check the note for the "proper" behavior.
(I'll open a new issue for #23250 (comment) if this is merged.)
If in doubt about it actually is working, here is what happend replacing
|ormidwith)PR Checklist
Tests and Styling
pytestpasses).flake8-docstringsand runflake8 --docstring-convention=all).Documentation
doc/users/next_whats_new/(follow instructions in README.rst there).doc/api/next_api_changes/(follow instructions in README.rst there).