Filter: automatically adjust delimiter size #7327
GuillaumeDehaene
started this conversation in
Show and Tell
Replies: 1 comment
-
Great job! I believe it would be clearer if you publish the rendered example to GitHub Pages, as currently it is unclear from the Readme what your extension actually does. Possibly a with/without table in the readme could help show what you propose. (This also applies to your other extension) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello everyone,
I've spent the weekend hacking together a filter to automatically adjust delimiter size in math
https://github.com/GuillaumeDehaene/adjust_delimiter_size/tree/0.1.0
It's quite simple: by default, latex delimiters do not adjust to match the size of their contents, but they do in typst.
My extension fixes that:
Everything is automatic.
I'd be very happy to get feedback on it.
Cheers,
Guillaume
Beta Was this translation helpful? Give feedback.
All reactions