aboutsummaryrefslogtreecommitdiff
path: root/data/jats.csl
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Update data/jats.csl to avoid commas between editor name-part elements. (#5629)Arfon Smith1-2/+2
2019-05-04JATS writer: fix citations with PMID so they validate.John MacFarlane1-4/+2
Closes #5481. This includes an update to data/jats.csl.
2019-03-28Update data/jats.csl to avoid commas between name-part elements.John MacFarlane1-2/+2
Closes #5397.
2017-11-11Fixed URIs in jats.csl.John MacFarlane1-4/+1
They were being rendered twice, leading to invalid XML.
2017-03-30Automatically include URI-encoded jats.csl for jats output.John MacFarlane1-0/+208
This way people can do pandoc -s -t jats --filter pandoc-citeproc and it will just work. If they want to specify a stylesheet, they still can.