From b771051432be70015079ad7e5cb36afa6b6939bf Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:10:26 +0000 Subject: Added -V/--variable option to set custom template variables. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1685 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/markdown2pdf.1.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man/man1/markdown2pdf.1.md') diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md index 66db76f4c..a16626338 100644 --- a/man/man1/markdown2pdf.1.md +++ b/man/man1/markdown2pdf.1.md @@ -54,6 +54,13 @@ The following options are most relevant: `-s`. See the section TEMPLATES in `pandoc`(1) for information about template syntax. +-V KEY=VAL, \--variable=*KEY:VAL* +: Set the template variable KEY to the value VAL when rendering the + document in standalone mode. This is only useful when the + `--template` option is used to specify a custom template, since + pandoc automatically sets the variables used in the default + templates. + -H *FILE*, \--include-in-header=*FILE* : Include (LaTeX) contents of *FILE* at the end of the header. Implies `-s`. -- cgit v1.2.3