Hello!
In Typst, parentheses are used both syntactically for grouping and literally as output. Is there a way to tell Typst not to use some parentheses literally?
In LaTeX, braces are used to control grouping. This allows fine-grained control of superscript and subscript positions like this:
Yields
Which could be used to express meaning, for example in differential geometry.
In Typst, if I try to mimic this behavior, I get literal parentheses in output. See Typst
This will not create an additional grouping container, it will just let Typst know to prefer scripts over limits and implicitly avoid automatic attachment merging.