aboutsummaryrefslogtreecommitdiff
path: root/man/man1/markdown2pdf.1.md
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-10 02:40:08 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-10 02:40:08 +0000
commit96e0995258c94ebb0fc4780f6fc7b15275846ed4 (patch)
treecbacea1d406596ca13d2c7c57044fd63188670f6 /man/man1/markdown2pdf.1.md
parent2a4e5f9daa41eb726a66fc6bd94eea945bca9e24 (diff)
downloadpandoc-96e0995258c94ebb0fc4780f6fc7b15275846ed4.tar.gz
Deprecated --custom-header in documentation.
Removed old "Custom Headers" section in README. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1800 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1/markdown2pdf.1.md')
-rw-r--r--man/man1/markdown2pdf.1.md8
1 files changed, 4 insertions, 4 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