-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingmathRelated to math category, with its syntax, layout, etc.Related to math category, with its syntax, layout, etc.
Description
Description
I only tested this with 2 pairs, but it only works incorrectly when modifying one of the inner delimiters.
$ { (x / y) } $ // baseline
$ { \(x / y) } $ // expected: (), got: (}
$ { (x / y\) } $ // expected: (), got: {)
$ { \(x / y\) } $ // expected: (), got: ()
$ \{ (x / y) } $ // expected: {}, got: {}
$ { (x / y) \} $ // expected: {}, got: {}
$ \{ (x / y) \} $ // expected: {}, got: {}Reproduction URL
No response
Operating system
Linux
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingmathRelated to math category, with its syntax, layout, etc.Related to math category, with its syntax, layout, etc.
