typst/tests/typ/meta/cite-form.typ
2023-10-31 01:33:06 +01:00

11 lines
182 B
Typst

// Test citation forms.
---
#set page(width: 200pt)
Nothing: #cite(<arrgh>, form: none)
#cite(<netwok>, form: "prose") say stuff.
#bibliography("/files/works.bib", style: "apa")