From 831e1c5edd4703b6ab0953a79980e37ea1bee5dc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 28 Mar 2017 09:51:30 +0200 Subject: Added JATS writer. * New module Text.Pandoc.Writer.JATS exporting writeJATS. * New output format `jats`. * Added tests. * Revised manual. --- MANUAL.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'MANUAL.txt') diff --git a/MANUAL.txt b/MANUAL.txt index e11e57459..f0e951f75 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -291,9 +291,9 @@ General options (LaTeX), `beamer` (LaTeX beamer slide show), `context` (ConTeXt), `man` (groff man), `mediawiki` (MediaWiki markup), `dokuwiki` (DokuWiki markup), `zimwiki` (ZimWiki markup), - `textile` (Textile), `org` (Emacs Org mode), - `texinfo` (GNU Texinfo), `opml` (OPML), `docbook` or `docbook4` - (DocBook 4), `docbook5` (DocBook 5), `opendocument` (OpenDocument), + `textile` (Textile), `org` (Emacs Org mode), `texinfo` (GNU Texinfo), + `opml` (OPML), `docbook` or `docbook4` (DocBook 4), `docbook5` + (DocBook 5), `jats` (JATS XML), `opendocument` (OpenDocument), `odt` (OpenOffice text document), `docx` (Word docx), `haddock` (Haddock markup), `rtf` (rich text format), `epub2` (EPUB v2 book), `epub` or `epub3` (EPUB v3), `fb2` (FictionBook2 e-book), @@ -616,8 +616,8 @@ General writer options : Include an automatically generated table of contents (or, in the case of `latex`, `context`, `docx`, `rst`, or `ms`, an instruction to create one) in the output document. This - option has no effect on `man`, `docbook4`, `docbook5`, `slidy`, - `slideous`, `s5`, or `odt` output. + option has no effect on `man`, `docbook4`, `docbook5`, `jats`, + `slidy`, `slideous`, `s5`, or `odt` output. `--toc-depth=`*NUMBER* @@ -1000,7 +1000,7 @@ Math rendering in HTML `--mathml` -: Convert TeX math to [MathML] (in `docbook4`, `docbook5`, +: Convert TeX math to [MathML] (in `docbook4`, `docbook5`, `jats`, `html4` and `html5`). `--jsmath`[`=`*URL*] -- cgit v1.2.3