diff options
Diffstat (limited to 'tests/typ/bugs')
| -rw-r--r-- | tests/typ/bugs/cite-show-set.typ | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/typ/bugs/cite-show-set.typ b/tests/typ/bugs/cite-show-set.typ new file mode 100644 index 00000000..a4111c9a --- /dev/null +++ b/tests/typ/bugs/cite-show-set.typ @@ -0,0 +1,9 @@ +// 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") |
