JATS writer: keep edition info in element citations.

Closes: #7993
This commit is contained in:
Albert Krewinkel 2022-03-28 21:42:10 +02:00
parent f5129666e7
commit c5cd03a022
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -65,6 +65,7 @@ referenceToJATS _opts ref = do
, accessed
, "volume" `varInTag` "volume"
, "issue" `varInTag` "issue"
, "edition" `varInTag` "edition"
, "page-first" `varInTag` "fpage"
, "page-last" `varInTag` "lpage"
, "pages" `varInTag` "page-range"