mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
17 lines
164 B
Typst
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)$
|
|
]
|