summaryrefslogtreecommitdiff
path: root/test/writer.jats
Commit message (Collapse)AuthorAge
* Updated jats tests for new texmath version.John MacFarlane2017-06-30
|
* Added `spaced_reference_links` extension.John MacFarlane2017-05-25
| | | | | | | | | | | | | | This is now the default for pandoc's Markdown. It allows whitespace between the two parts of a reference link: e.g. [a] [b] [b]: url This is now forbidden by default. Closes #2602.
* JATS template: always include `<back>` element even if empty.John MacFarlane2017-03-31
|
* JATS writer: put references in `<back>`.John MacFarlane2017-03-31
| | | | | | | Modified template to include a `<back>` and `<body>` section. This should give authors more flexibility, e.g. to put acknowledgements metadata in `<back>`. References are automatically extracted and put into `<back>`.
* JATS writer: use both tex and mml alternatives for math when possible.John MacFarlane2017-03-30
|
* JATS writer: Fixed bibliography handling.John MacFarlane2017-03-30
|
* Added JATS writer.John MacFarlane2017-03-30
* New module Text.Pandoc.Writer.JATS exporting writeJATS. * New output format `jats`. * Added tests. * Revised manual.