typst/tests/typ/bugs/cite-show-set.typ
2024-02-28 10:06:54 +00:00

10 lines
185 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("/assets/bib/works.bib")