From 18306c74fb40184560f7ac18f35bea4c48aa4cec Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 22 Jul 2011 13:11:46 -0700 Subject: 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. --- man/man1/markdown2pdf.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md index efbdc8184..d3d30c119 100644 --- a/man/man1/markdown2pdf.1.md +++ b/man/man1/markdown2pdf.1.md @@ -42,9 +42,6 @@ packages are not included in your latex setup, they can be obtained from \--strict : Use strict markdown syntax, with no extensions or variants. -\--xetex -: Use xelatex instead of pdflatex to create the PDF. - -N, \--number-sections : Number section headings in LaTeX output. (Default is not to number them.) @@ -109,6 +106,9 @@ packages are not included in your latex setup, they can be obtained from or `s5` directory placed in this directory will override pandoc's normal defaults. +\--xetex +: Use xelatex instead of pdflatex to create the PDF. + # SEE ALSO `pandoc`(1), `pdflatex`(1) -- cgit v1.2.3