diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-29 08:41:54 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-29 08:41:54 -0800 |
commit | 0d968c4bbbd9e9b718d6fa63814419866e670c95 (patch) | |
tree | bcd39304a335516355d47e28047dc175edcbe0d0 | |
parent | 7f3b823998071e451c0571050d8115e948b67cc9 (diff) | |
download | pandoc-0d968c4bbbd9e9b718d6fa63814419866e670c95.tar.gz |
Small MANUAL tweaks.
-rw-r--r-- | MANUAL.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 566629f8f..659e46dc3 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -36,7 +36,7 @@ Simple], [Muse], [PowerPoint] slide shows and [Slidy], [Slideous], Pandoc's enhanced version of Markdown includes syntax for [tables], [definition lists], [metadata blocks], [`Div` blocks][Extension: `fenced_divs`], [footnotes] and [citations], embedded -[LaTeX][Extension: `raw_tex`] (incl. [math]), [Markdown inside HTML +[LaTeX][Extension: `raw_tex`] (including [math]), [Markdown inside HTML block elements][Extension: `markdown_in_html_blocks`], and much more. These enhancements, described further under [Pandoc's Markdown], can be disabled using the `markdown_strict` format. @@ -144,7 +144,11 @@ To convert `hello.html` from HTML to Markdown: pandoc -f html -t markdown hello.html -Supported input and output formats are listed below under [Options]. +Supported input and output formats are listed below under [Options] +(see `-f` for input formats and `-t` for output formats). You +can also use `pandoc --list-input-formats` and +`pandoc --list-output-formats` to print lists of supported +formats. If the input or output format is not specified explicitly, `pandoc` will attempt to guess it from the extensions of the filenames. @@ -209,8 +213,9 @@ When using LaTeX, the following packages need to be available [`ifxetex`], [`ifluatex`], [`listings`] (if the `--listings` option is used), [`fancyvrb`], [`longtable`], [`booktabs`], [`graphicx`] and [`grffile`] (if the document -contains images), [`hyperref`], [`xcolor`] (with `colorlinks`), [`ulem`], [`geometry`] (with the -`geometry` variable set), [`setspace`] (with `linestretch`), and +contains images), [`hyperref`], [`xcolor`] (with `colorlinks`), +[`ulem`], [`geometry`] (with the `geometry` variable set), +[`setspace`] (with `linestretch`), and [`babel`] (with `lang`). The use of `xelatex` or `lualatex` as the LaTeX engine requires [`fontspec`]. `xelatex` uses [`polyglossia`] (with `lang`), [`xecjk`], and [`bidi`] (with the |