mirror of
https://github.com/typst/typst
synced 2025-05-20 03:55:29 +08:00
13 lines
271 B
Typst
13 lines
271 B
Typst
// Tests that when a citation footnote is pushed to next page, things still
|
|
// work as expected.
|
|
//
|
|
// Issue: https://github.com/typst/typst/issues/1597
|
|
|
|
---
|
|
#set page(height: 60pt)
|
|
#lorem(4)
|
|
|
|
#footnote[@netwok]
|
|
#show bibliography: none
|
|
#bibliography("/files/works.bib")
|