blob: 0dc889300a7491c20c67e6e08e6a5e64bc16e2d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Test footnotes in columns, even those
// that are not enabled via `set page`.
---
#set page(height: 120pt)
#align(center, strong[Title])
#show: columns.with(2)
#lorem(3) #footnote(lorem(6))
Hello there #footnote(lorem(2))
|