diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-04 18:29:18 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-04 18:29:18 +0200 |
| commit | 5b0297464efc131beb7be84fa7a02b9a8670b5dd (patch) | |
| tree | e8bc1a0420c42ce4866a129f9b36ff3541a715f3 /tests | |
| parent | bfec77754267488a37bd843fa080c9c6ca589fd9 (diff) | |
Rename bibliography styles
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/meta/bibliography.typ | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/typ/meta/bibliography.typ b/tests/typ/meta/bibliography.typ index 82cd3a58..e25c5410 100644 --- a/tests/typ/meta/bibliography.typ +++ b/tests/typ/meta/bibliography.typ @@ -1,10 +1,6 @@ // Test citations and bibliographies. --- -// Error: 15-25 parsing failed at ../assets/files/bad.bib:5: wrong number of digits -#bibliography("/bad.bib") - ---- // Test ambiguous reference. = Introduction <arrgh> // Error: 1-7 label occurs in the document and its bibliography @@ -20,7 +16,7 @@ See also #cite("arrgh", "distress", [p. 22]), @arrgh[p. 4], and @distress[p. 5]. --- // Test unconventional order. #set page(width: 200pt) -#bibliography("/works.bib", title: [Works to be cited], style: "author-date") +#bibliography("/works.bib", title: [Works to be cited], style: "chicago-author-date") #line(length: 100%) #[#set cite(brackets: false) As described by @netwok], |
