aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Citeproc/BibTeX.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Citeproc/BibTeX.hs b/src/Text/Pandoc/Citeproc/BibTeX.hs
index f6833000c..b17240557 100644
--- a/src/Text/Pandoc/Citeproc/BibTeX.hs
+++ b/src/Text/Pandoc/Citeproc/BibTeX.hs
@@ -156,6 +156,7 @@ writeBibtexString opts variant mblang ref =
, "langid"
, "abstract"
, "keywords"
+ , "annote"
]
Bibtex ->
[ "author"
@@ -175,6 +176,7 @@ writeBibtexString opts variant mblang ref =
, "address"
, "type"
, "note"
+ , "annote"
]
valToInlines (TextVal t) = B.text t