mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
Citeproc.BibTeX: Fix typo affecting jurisdiction biblatex type.
Closes #11321.
This commit is contained in:
@@ -117,7 +117,7 @@ writeBibtexString opts variant mblang ref =
|
||||
"manuscript" -> "unpublished"
|
||||
"graphic" | variant == Biblatex -> "artwork"
|
||||
"song" | variant == Biblatex -> "music"
|
||||
"legal_case" | variant == Biblatex -> "jurisdictionN"
|
||||
"legal_case" | variant == Biblatex -> "jurisdiction"
|
||||
"legislation" | variant == Biblatex -> "legislation"
|
||||
"treaty" | variant == Biblatex -> "legal"
|
||||
"personal_communication" | variant == Biblatex -> "letter"
|
||||
|
||||
Reference in New Issue
Block a user