From ffed5c1cc310c4c377a73294514f5ac0cc682301 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:18:06 +0000 Subject: Added --xetex option to pandoc and markdown2pdf. If --xetex is specified, pandoc produces latex suitable for processing by xelatex, and markdown2pdf uses xelatex to create the PDF. Resolves Issue #185. This seems better than using latex packages to detect xetex, since not all latex installations will have these. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1737 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/pandoc.1.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/man1/pandoc.1.md') diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index dad9eb9d3..57bb3e17a 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -133,6 +133,9 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. -i, \--incremental : Make list items in S5 display incrementally (one by one). +\--xetex +: Create LaTeX outut suitable for processing by XeTeX. + -N, \--number-sections : Number section headings in LaTeX, ConTeXt, or HTML output. (Default is not to number them.) -- cgit v1.2.3