diff options
| author | Michael Färber <01mf02@gmail.com> | 2024-01-30 15:37:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-30 14:37:33 +0000 |
| commit | de31a5ce59734e55c63b5aeae4f9301e18eea5fc (patch) | |
| tree | 05de9e658a87701a54a7c4fc30add3bc03c249ac /tests | |
| parent | b744b8781835d704236210d8a3dd603c6a29c8d0 (diff) | |
Document how to cite sources with special characters. (#3261)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/meta/bibliography-full.png | bin | 149965 -> 148897 bytes | |||
| -rw-r--r-- | tests/typ/meta/bibliography-full.typ | 2 | ||||
| -rw-r--r-- | tests/typ/meta/bibliography.typ | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/meta/bibliography-full.png b/tests/ref/meta/bibliography-full.png Binary files differindex 2ccccf54..4d324152 100644 --- a/tests/ref/meta/bibliography-full.png +++ b/tests/ref/meta/bibliography-full.png diff --git a/tests/typ/meta/bibliography-full.typ b/tests/typ/meta/bibliography-full.typ index f67909b4..cebe7e0d 100644 --- a/tests/typ/meta/bibliography-full.typ +++ b/tests/typ/meta/bibliography-full.typ @@ -1,5 +1,5 @@ // Test the full bibliography. --- -#set page(paper: "a6", height: 160mm) +#set page(paper: "a6", height: 170mm) #bibliography("/files/works.bib", full: true) diff --git a/tests/typ/meta/bibliography.typ b/tests/typ/meta/bibliography.typ index ec90a96a..0ce4b7f7 100644 --- a/tests/typ/meta/bibliography.typ +++ b/tests/typ/meta/bibliography.typ @@ -40,5 +40,5 @@ Now we have multiple bibliographies containing @glacier-melt @keshav2007read #bibliography("/files/works.bib") --- -// Error: 15-55 duplicate bibliography keys: netwok, issue201, arrgh, quark, distress, glacier-melt, tolkien54, sharing, restful, mcintosh_anxiety, psychology25 +// Error: 15-55 duplicate bibliography keys: netwok, issue201, arrgh, quark, distress, glacier-melt, tolkien54, DBLP:books/lib/Knuth86a, sharing, restful, mcintosh_anxiety, psychology25 #bibliography(("/files/works.bib", "/files/works.bib")) |
