typst/tests/typ/bugs/1597-cite-footnote.typ
2023-12-07 17:37:18 +01:00

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")