-
Notifications
You must be signed in to change notification settings - Fork 105
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
#59 Support for Unicode delimiters. #160
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Renamed "*Element*" to "*Argument*" ("ReadElementGroup" is now named as "ReadArgumentGroup". The "ReadArgumentGroup" can now read an escape sequence of letters or a character(this is extremely useful for the "*\\left*" and "*\\right*" commands, etc). It also fixes issue ForNeVeR#158.
This comment has been minimized.
This comment has been minimized.
@B3zaleel, thanks a lot for your work! I approve this PR in principle. I've rebased it on top of today's |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now everything is good. Thanks for the initial implementation, @B3zaleel!
Delimiter symbols that are included in a given mathematical font can now be properly rendered with the \left and \right commands. For example; \left\lbag \frac{4-x}{7x^3}\right\rbag.
TODO (Friedrich):
Closes #59.