aboutsummaryrefslogtreecommitdiff
path: root/test/writer.jats_publishing
AgeCommit message (Collapse)AuthorFilesLines
2021-03-15Update tests for new texmath.John MacFarlane1-1/+1
2021-02-15JATS writer: add date-type to pub-date elementsAlbert Krewinkel1-1/+1
2021-02-15JATS writer: replace attribute "pub-type" with "publication-format".Albert Krewinkel1-1/+1
The former attribute is deprecated.
2021-01-19JATS writer: Ensure that disp-quote is always wrapped in p.John MacFarlane1-28/+40
Closes #7041.
2020-10-31JATS templates: ensure jats_publishing output is validAlbert Krewinkel1-0/+2
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel1-0/+898
New formats: - `jats_archiving` for the "Archiving and Interchange Tag Set", - `jats_publishing` for the "Journal Publishing Tag Set", and - `jats_articleauthoring` for the "Article Authoring Tag Set." The "jats" output format is now an alias for "jats_archiving". Closes: #6014