mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55:28 +08:00
6 lines
226 B
XML
6 lines
226 B
XML
// Evaluating a math expr should renders the same as an equation
|
|
|
|
#eval(mode: "math", "f(a) = cases(a + b\, space space x >= 3,a + b\, space space x = 5)")
|
|
|
|
$f(a) = cases(a + b\, space space x >= 3,a + b\, space space x = 5)$
|