summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man1/markdown2pdf.1.md8
-rw-r--r--man/man1/pandoc.1.md6
2 files changed, 6 insertions, 8 deletions
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md
index 9e5ee3f79..c54c6af35 100644
--- a/man/man1/markdown2pdf.1.md
+++ b/man/man1/markdown2pdf.1.md
@@ -55,7 +55,8 @@ The following options are most relevant:
\--template=*FILE*
: Use *FILE* as a custom template for the generated document. Implies
`-s`. See the section TEMPLATES in `pandoc`(1) for information about
- template syntax.
+ template syntax. Use `pandoc -D latex` to print the default LaTeX
+ template.
-V KEY=VAL, \--variable=*KEY:VAL*
: Set the template variable KEY to the value VAL when rendering the
@@ -75,9 +76,8 @@ The following options are most relevant:
: Include (LaTeX) contents of *FILE* at the end of the document body.
-C *FILE*, \--custom-header=*FILE*
-: Use contents of *FILE*
- as the LaTeX document header (overriding the default header, which can be
- printed using `pandoc -D latex`). Implies `-s`.
+: Use contents of *FILE* as the document header. *Note: This option is
+ deprecated. Users should transition to using `--template` instead.*
# SEE ALSO
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
index 59b50fbd5..2fb988ab4 100644
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -198,10 +198,8 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`.
: Include contents of *FILE* at the end of the document body.
-C *FILE*, \--custom-header=*FILE*
-: Use contents of *FILE* as the document header (overriding the
- default header, which can be printed by using the `-D` option).
- Implies `-s`. Note: This option is deprecated. Users should
- transition to using `--template` instead.
+: Use contents of *FILE* as the document header. *Note: This option is
+ deprecated. Users should transition to using `--template` instead.*
\--reference-odt=*filename*
: Use the specified file as a style reference in producing an ODT.