aboutsummaryrefslogtreecommitdiff
path: root/test/command/7042.md
AgeCommit message (Collapse)Author
2023-10-26Make `reference-section-title` work with `jats+element_citations`.John MacFarlane
Closes #9021.
2022-04-26Fix tests after changes to JATS templateAlbert Krewinkel
2022-03-28JATS writer: Fix handling of CSL variable 'page'.John MacFarlane
Not 'pages' as we had before. It should go to 'lpage' and 'rpage', not 'page-range'. See https://jats.nlm.nih.gov/archiving/tag-library/1.1/element/page-range.html Fixed some mistakes in test #7042.
2022-03-27JATS writer: avoid doubled ref-list element.John MacFarlane
Previously when generating JATS with the `element_citations` extension enabled, the references were put in a doubly-nested ref-list element (`<ref-list><ref-list>...`). This is now fixed. Closes #7990.
2022-03-22JATS writer: encode author "others" as `<etal/>`Albert Krewinkel
Citeproc adopted the BibTeX convention to use the author name "others" when there are additional authors that are not named. JATS uses the `<etal>` element for this.
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel