diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-12-22 17:08:50 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-12-22 17:08:50 -0800 |
| commit | ee6cf1b8bfecd743de6f5c605c7fccf33bee0088 (patch) | |
| tree | 7d7bb5ccbb3b0912f7349c17ad389b048a95684e | |
| parent | 091ae5d65e51172acc32cc19f78c656349cc994f (diff) | |
Make sure "version" field comes through in biblatex.
See #8504.
| -rw-r--r-- | src/Text/Pandoc/Citeproc/BibTeX.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Citeproc/BibTeX.hs b/src/Text/Pandoc/Citeproc/BibTeX.hs index 3c787595d..648d35a90 100644 --- a/src/Text/Pandoc/Citeproc/BibTeX.hs +++ b/src/Text/Pandoc/Citeproc/BibTeX.hs @@ -146,6 +146,7 @@ writeBibtexString opts variant mblang ref = , "volumes" , "number" , "pages" + , "version" , "date" , "eventdate" , "urldate" |
