README: Added docbook5 as output format.

This commit is contained in:
John MacFarlane 2016-05-01 22:47:57 -07:00
parent bc56988ead
commit 87dcceecbb

44
README
View file

@ -273,26 +273,26 @@ General options
(LaTeX), `beamer` (LaTeX beamer slide show), `context` (ConTeXt), (LaTeX), `beamer` (LaTeX beamer slide show), `context` (ConTeXt),
`man` (groff man), `mediawiki` (MediaWiki markup), `dokuwiki` `man` (groff man), `mediawiki` (MediaWiki markup), `dokuwiki`
(DokuWiki markup), `textile` (Textile), `org` (Emacs Org mode), (DokuWiki markup), `textile` (Textile), `org` (Emacs Org mode),
`texinfo` (GNU Texinfo), `opml` (OPML), `docbook` (DocBook), `texinfo` (GNU Texinfo), `opml` (OPML), `docbook` (DocBook 4),
`opendocument` (OpenDocument), `odt` (OpenOffice text document), `docbook5` (DocBook 5), `opendocument` (OpenDocument), `odt`
`docx` (Word docx), `haddock` (Haddock markup), `rtf` (rich text (OpenOffice text document), `docx` (Word docx), `haddock`
format), `epub` (EPUB v2 book), `epub3` (EPUB v3), `fb2` (Haddock markup), `rtf` (rich text format), `epub` (EPUB v2
(FictionBook2 e-book), `asciidoc` (AsciiDoc), `icml` (InDesign book), `epub3` (EPUB v3), `fb2` (FictionBook2 e-book),
ICML), `tei` (TEI Simple), `slidy` (Slidy HTML and javascript slide `asciidoc` (AsciiDoc), `icml` (InDesign ICML), `tei` (TEI
show), `slideous` (Slideous HTML and javascript slide show), Simple), `slidy` (Slidy HTML and javascript slide show),
`dzslides` (DZSlides HTML5 + javascript slide show), `revealjs` `slideous` (Slideous HTML and javascript slide show),
(reveal.js HTML5 + javascript slide show), `s5` (S5 HTML and javascript `dzslides` (DZSlides HTML5 + javascript slide show),
slide show), or the path of a custom lua writer (see [Custom `revealjs` (reveal.js HTML5 + javascript slide show), `s5`
writers], below). Note that `odt`, `epub`, and (S5 HTML and javascript slide show), or the path of a custom
`epub3` output will not be directed to *stdout*; an output lua writer (see [Custom writers], below). Note that `odt`,
filename must be specified using the `-o/--output` option. If `epub`, and `epub3` output will not be directed to *stdout*;
`+lhs` is appended to `markdown`, `rst`, `latex`, `beamer`, an output filename must be specified using the `-o/--output`
`html`, or `html5`, the output will be rendered as literate option. If `+lhs` is appended to `markdown`, `rst`, `latex`,
Haskell source: see [Literate Haskell `beamer`, `html`, or `html5`, the output will be rendered as
support], below. Markdown syntax literate Haskell source: see [Literate Haskell support],
extensions can be individually enabled or disabled by appending below. Markdown syntax extensions can be individually
`+EXTENSION` or `-EXTENSION` to the format name, as described enabled or disabled by appending `+EXTENSION` or
above under `-f`. `-EXTENSION` to the format name, as described above under `-f`.
`-o` *FILE*, `--output=`*FILE* `-o` *FILE*, `--output=`*FILE*
@ -547,7 +547,7 @@ General writer options
: Include an automatically generated table of contents (or, in : Include an automatically generated table of contents (or, in
the case of `latex`, `context`, `docx`, and `rst`, an instruction to create the case of `latex`, `context`, `docx`, and `rst`, an instruction to create
one) in the output document. This option has no effect on `man`, one) in the output document. This option has no effect on `man`,
`docbook`, `slidy`, `slideous`, `s5`, or `odt` output. `docbook`, `docbook5`, `slidy`, `slideous`, `s5`, or `odt` output.
`--toc-depth=`*NUMBER* `--toc-depth=`*NUMBER*
@ -909,7 +909,7 @@ Math rendering in HTML
`--mathml`[`=`*URL*] `--mathml`[`=`*URL*]
: Convert TeX math to [MathML] (in `docbook` as well as `html` and `html5`). : Convert TeX math to [MathML] (in `docbook`, `docbook5`, `html` and `html5`).
In standalone `html` output, a small javascript (or a link to such a In standalone `html` output, a small javascript (or a link to such a
script if a *URL* is supplied) will be inserted that allows the MathML to script if a *URL* is supplied) will be inserted that allows the MathML to
be viewed on some browsers. be viewed on some browsers.