typst icon indicating copy to clipboard operation
typst copied to clipboard

A new markup-based typesetting system that is powerful and easy to learn.

Results 1241 typst issues
Sort by recently updated
recently updated
newest added

### Description I would like to right-align equations in `cases`. This is what I've tried: ```typst $ y(x) = cases( #align(right)[#box[$"function"(x)$]]&\, "interval 1", #align(right)[#box[$g(x)$]]&\, "interval 2" ) $ ``` outputs...

feature request
math