Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add more sizeable delimiters #26176

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

Merged
merged 1 commit into from
Jul 15, 2023
Merged

Add more sizeable delimiters #26176

merged 1 commit into from
Jul 15, 2023

Conversation

oscargus
Copy link
Member

@oscargus oscargus commented Jun 23, 2023

PR summary

Added support for \lgroup and \rgroup which are standard LaTeX delimiters.

The other symbols are already there, as seen in #26173, but now they can also be sized using \left and \right.

\lbrace, \rbrace, \lbrack, and \rbrack are part of standard LaTeX. The others I have no idea about, but I noted that there is special handling for Bakoma for those.

PR checklist

@@ -1016,7 +1018,7 @@
'leftparen' : 40,
'rightparen' : 41,
'bigoplus' : 10753,
'leftbrace' : 124,
'leftbrace' : 123,
Copy link
Member

Choose a reason for hiding this comment

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

This used to be a vertical bar.

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure I understand the comment. Yes, it was wrong and is now correct?

Or are you saying that people have used \leftbrace to get a vertical bar? (Which I think was wrong until recently...)

@ksunden ksunden merged commit a7ae0b8 into matplotlib:main Jul 15, 2023
@oscargus oscargus deleted the lrbrace branch July 15, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants