aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-28 09:51:30 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-30 01:16:34 +0200
commit831e1c5edd4703b6ab0953a79980e37ea1bee5dc (patch)
treed718a4413706ac497d65fb7d5c709244096d2d3c /MANUAL.txt
parent64fe39c255357c25fc636c46bc3bdfd31257b445 (diff)
downloadpandoc-831e1c5edd4703b6ab0953a79980e37ea1bee5dc.tar.gz
Added JATS writer.
* New module Text.Pandoc.Writer.JATS exporting writeJATS. * New output format `jats`. * Added tests. * Revised manual.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt12
1 files changed, 6 insertions, 6 deletions
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*]