Closed oameye closed 6 hours ago
Maybe literal [] {}
are enough?
$ [tilde(A), {tilde(B), tilde(C)}] + [f(x), {x, y}]. $
this also happens automatically for delimiters that match syntactically —Left/Right Functions – Typst Documentation
Hi I considered that but concluded []
and {}
are enough. Typst is able to automatically adjust the height of the delimiters based on the content within, but LaTeX can't do that (i.e. you have to manually add \left
, \right
) and I guess that's why the physics
package for LaTeX has them.
Could we add the commutator and anticommutator just as in the latex physics package?