mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
6 lines
109 B
Typst
6 lines
109 B
Typst
// Test locate with crazy pagebreaks.
|
|
|
|
---
|
|
#set page(height: 10pt)
|
|
{3 * locate(me => me.page * pagebreak())}
|