From de31a5ce59734e55c63b5aeae4f9301e18eea5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=A4rber?= <01mf02@gmail.com> Date: Tue, 30 Jan 2024 15:37:33 +0100 Subject: Document how to cite sources with special characters. (#3261) Co-authored-by: Laurenz --- tests/typ/meta/bibliography-full.typ | 2 +- tests/typ/meta/bibliography.typ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ') 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")) -- cgit v1.2.3