diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-22 13:11:46 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-22 13:11:46 -0700 |
commit | 18306c74fb40184560f7ac18f35bea4c48aa4cec (patch) | |
tree | 21e71c9664536d9768dcf9d4c2a93f04fdc563c6 /README | |
parent | 0590d7e4c2ee3de8b0fc80163c31277d79136225 (diff) | |
download | pandoc-18306c74fb40184560f7ac18f35bea4c48aa4cec.tar.gz |
Deprecated `--xetex` option - it is no longer needed.
Deprecated `writerXeTeX` and the `--xetex` option.
The latex writer now produces a file that can be processed
by latex, pdflatex, lualatex, or xelatex, so this option isn't
needed.
The option is still neded in markdown2pdf, however, which
has been modified to take some options that aren't in pandoc.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -265,9 +265,6 @@ Options show in the output, so that the slide show will work even when no internet connection is available. -`--xetex` -: Create LaTeX outut suitable for processing by XeTeX. - `--chapters` : Treat top-level headers as chapters in LaTeX, ConTeXt, and DocBook output. |