mirror of
https://github.com/typst/typst
synced 2025-05-18 02:55:28 +08:00
11 lines
182 B
Typst
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")
|