typst/tests/typ/bugs/math-hide.typ
2023-04-05 12:04:11 +02:00

17 lines
164 B
Typst

// Ensure that the math is properly hidden.
---
#set page(height: 70pt)
Testing $delta$
$ a^2 + b^2 = c^2 $
#hide[
Hello
$ f(x) := x^2 $
World $f(x)$
]