Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-14 | Deduplicate JATS writer image mime type code | Hamish Mackenzie | 1 | -1/+1 | |
2017-10-31 | Properly pass through author metadata in JATS writer. | John MacFarlane | 1 | -0/+12 | |
Closes #4020. | |||||
2017-06-30 | Updated jats tests for new texmath version. | John MacFarlane | 1 | -1/+1 | |
2017-05-25 | Added `spaced_reference_links` extension. | John MacFarlane | 1 | -6/+0 | |
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. | |||||
2017-03-31 | JATS template: always include `<back>` element even if empty. | John MacFarlane | 1 | -0/+2 | |
2017-03-31 | JATS writer: put references in `<back>`. | John MacFarlane | 1 | -1217/+1215 | |
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>`. | |||||
2017-03-30 | JATS writer: use both tex and mml alternatives for math when possible. | John MacFarlane | 1 | -8/+21 | |
2017-03-30 | JATS writer: Fixed bibliography handling. | John MacFarlane | 1 | -6/+10 | |
2017-03-30 | Added JATS writer. | John MacFarlane | 1 | -0/+1425 | |
* New module Text.Pandoc.Writer.JATS exporting writeJATS. * New output format `jats`. * Added tests. * Revised manual. |