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/typ/meta/bibliography.typ | |
| parent | b744b8781835d704236210d8a3dd603c6a29c8d0 (diff) | |
Document how to cite sources with special characters. (#3261)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/typ/meta/bibliography.typ')
| -rw-r--r-- | tests/typ/meta/bibliography.typ | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |
