summaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/markdown2pdf.1.md3
-rw-r--r--man/man1/pandoc.1.md3
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.)