From 96e0995258c94ebb0fc4780f6fc7b15275846ed4 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 10 Jan 2010 02:40:08 +0000 Subject: 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 --- man/man1/markdown2pdf.1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/man1/markdown2pdf.1.md') 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 -- cgit v1.2.3