mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
JATS writer: add URL to element citation entries
The URL of a reference, if present, is added in tag `<uri>` to element-citation entries.
This commit is contained in:
@@ -70,6 +70,7 @@ referenceToJATS _opts ref = do
|
||||
, "pages" `varInTag` "page-range"
|
||||
, "ISBN" `varInTag` "isbn"
|
||||
, "ISSN" `varInTag` "issn"
|
||||
, "URL" `varInTag` "uri"
|
||||
, varInTagWith "doi" "pub-id" [("pub-id-type", "doi")]
|
||||
, varInTagWith "pmid" "pub-id" [("pub-id-type", "pmid")]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user