From 5b0297464efc131beb7be84fa7a02b9a8670b5dd Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 4 Apr 2023 18:29:18 +0200 Subject: Rename bibliography styles --- tests/typ/meta/bibliography.typ | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests') 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,9 +1,5 @@ // 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 @@ -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], -- cgit v1.2.3