typst/tests/typ/meta/cite-form.typ
2024-02-28 10:06:54 +00:00

11 lines
187 B
Typst

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