-
Notifications
You must be signed in to change notification settings - Fork 13
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
Match size of brakets #29
Comments
Hi, I'm glad that you find the package useful! This issue is actually part of Typst itself: a symbol's attachment (superscript, subscript) can affect the symbol frame's overall height, and the bracket's height is too sensitive on the content's height - though we certainly want the bracket to be taller if the contained symbol is very tall, e.g. an integration symbol. Maybe you could consider filing an issue on https://github.com/typst/typst. |
Besides, the height of Lines 471 to 476 in e360430
// This is NOT a full solution.
#set math.lr(size: 500%)
$ lr(angle.l D angle.r) $ |
Thanks for the nice package.
If I write
$ braket(f, D^dagger , n) braket(n, D, i) $
The left and right brakets don't match
I failed to work out how to add a hidden superscript, which seems like the natural way to address this?
The text was updated successfully, but these errors were encountered: