summaryrefslogtreecommitdiff
path: root/tests/typ/meta/bibliography.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-28 11:06:54 +0100
committerGitHub <noreply@github.com>2024-02-28 10:06:54 +0000
commite16d3f5a67a31154797b4d56cdc6ed142ee2a7cf (patch)
tree31dcd2243c2b51bac62fe19e7e60efe5f6289281 /tests/typ/meta/bibliography.typ
parent5036c5acebebe12cbf14338f5413514251d83d1e (diff)
Externalize assets (#3515)
Diffstat (limited to 'tests/typ/meta/bibliography.typ')
-rw-r--r--tests/typ/meta/bibliography.typ12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/typ/meta/bibliography.typ b/tests/typ/meta/bibliography.typ
index 0ce4b7f7..107f790e 100644
--- a/tests/typ/meta/bibliography.typ
+++ b/tests/typ/meta/bibliography.typ
@@ -5,13 +5,13 @@
= Details
See also @arrgh #cite(<distress>, supplement: [p.~22]), @arrgh[p.~4], and @distress[p.~5].
-#bibliography("/files/works.bib")
+#bibliography("/assets/bib/works.bib")
---
// Test unconventional order.
#set page(width: 200pt)
#bibliography(
- "/files/works.bib",
+ "/assets/bib/works.bib",
title: [Works to be cited],
style: "chicago-author-date",
)
@@ -29,7 +29,7 @@ And quark! @quark
= Multiple Bibs
Now we have multiple bibliographies containing @glacier-melt @keshav2007read
-#bibliography(("/files/works.bib", "/files/works_too.bib"))
+#bibliography(("/assets/bib/works.bib", "/assets/bib/works_too.bib"))
---
// Test ambiguous reference.
@@ -37,8 +37,8 @@ Now we have multiple bibliographies containing @glacier-melt @keshav2007read
// Error: 1-7 label occurs in the document and its bibliography
@arrgh
-#bibliography("/files/works.bib")
+#bibliography("/assets/bib/works.bib")
---
-// 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"))
+// Error: 15-65 duplicate bibliography keys: netwok, issue201, arrgh, quark, distress, glacier-melt, tolkien54, DBLP:books/lib/Knuth86a, sharing, restful, mcintosh_anxiety, psychology25
+#bibliography(("/assets/bib/works.bib", "/assets/bib/works.bib"))