diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bibliography-before-content.png | bin | 17138 -> 17109 bytes | |||
| -rw-r--r-- | tests/ref/cite-group.png | bin | 5464 -> 4745 bytes | |||
| -rw-r--r-- | tests/ref/cite-grouping-and-ordering.png | bin | 1278 -> 841 bytes | |||
| -rw-r--r-- | tests/ref/show-text-citation-smartquote.png | bin | 489 -> 403 bytes | |||
| -rw-r--r-- | tests/suite/model/cite.typ | 4 | ||||
| -rw-r--r-- | tests/suite/styling/show-text.typ | 2 |
6 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/bibliography-before-content.png b/tests/ref/bibliography-before-content.png Binary files differindex 9a473e54..ea5ece26 100644 --- a/tests/ref/bibliography-before-content.png +++ b/tests/ref/bibliography-before-content.png diff --git a/tests/ref/cite-group.png b/tests/ref/cite-group.png Binary files differindex 0549d2c8..02772f49 100644 --- a/tests/ref/cite-group.png +++ b/tests/ref/cite-group.png diff --git a/tests/ref/cite-grouping-and-ordering.png b/tests/ref/cite-grouping-and-ordering.png Binary files differindex b292ab4a..8dea1b53 100644 --- a/tests/ref/cite-grouping-and-ordering.png +++ b/tests/ref/cite-grouping-and-ordering.png diff --git a/tests/ref/show-text-citation-smartquote.png b/tests/ref/show-text-citation-smartquote.png Binary files differindex 941b4b05..604ecc24 100644 --- a/tests/ref/show-text-citation-smartquote.png +++ b/tests/ref/show-text-citation-smartquote.png diff --git a/tests/suite/model/cite.typ b/tests/suite/model/cite.typ index f69fe9f4..90280081 100644 --- a/tests/suite/model/cite.typ +++ b/tests/suite/model/cite.typ @@ -30,7 +30,7 @@ A @netwok @arrgh @quark B. \ A @netwok @arrgh @quark, B. #set text(0pt) -#bibliography("/assets/bib/works.bib") +#bibliography("/assets/bib/works.bib", style: "american-physics-society") --- cite-grouping-and-ordering --- @mcintosh_anxiety @@ -47,7 +47,7 @@ A @netwok @arrgh @quark, B. @restful #show bibliography: none -#bibliography("/assets/bib/works.bib") +#bibliography("/assets/bib/works.bib", style: "american-physics-society") --- issue-785-cite-locate --- // Test citation in other introspection. diff --git a/tests/suite/styling/show-text.typ b/tests/suite/styling/show-text.typ index af45127c..3544b4fc 100644 --- a/tests/suite/styling/show-text.typ +++ b/tests/suite/styling/show-text.typ @@ -160,7 +160,7 @@ hi @netwok hey " dis #show bibliography: none -#bibliography("/assets/bib/works.bib") +#bibliography("/assets/bib/works.bib", style: "american-physics-society") --- show-text-in-citation --- #show "A": "B" |
