diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:18:06 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:18:06 +0000 |
commit | ffed5c1cc310c4c377a73294514f5ac0cc682301 (patch) | |
tree | e3ad53e24b1cae0389bdee6a86101adc00bff823 /man/man1 | |
parent | b86710983045ada1fb1baaaeb0041679b555c4de (diff) |
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
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/markdown2pdf.1.md | 3 | ||||
-rw-r--r-- | man/man1/pandoc.1.md | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md index a16626338..9e5ee3f79 100644 --- a/man/man1/markdown2pdf.1.md +++ b/man/man1/markdown2pdf.1.md @@ -46,6 +46,9 @@ The following options are most relevant: \--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.) 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.) |