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/markdown2pdf.1.md | |
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/markdown2pdf.1.md')
-rw-r--r-- | man/man1/markdown2pdf.1.md | 3 |
1 files changed, 3 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.) |