mirror of
https://github.com/typst/typst
synced 2025-05-16 18:15:29 +08:00
10 lines
180 B
Typst
10 lines
180 B
Typst
// Test show set rules on citations.
|
|
|
|
---
|
|
#show cite: set text(red)
|
|
A @netwok @arrgh.
|
|
B #cite(<netwok>) #cite(<arrgh>).
|
|
|
|
#show bibliography: none
|
|
#bibliography("/files/works.bib")
|