typst/tests/typ/bugs/math-hide.typ

17 lines
164 B
Plaintext

// 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)$
]