summaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-01 10:10:31 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-01 10:10:31 -0800
commite9c1c1dccf00dc78b3e2e9979a4fc3a1388520f7 (patch)
treefba09a71f3d3691e47703dd2d799b1ab2dcf93cc /man/man1
parent701cd715476e151a55ac42eb9d4d0cc59b515b94 (diff)
Documented -V fontsize= in markdown2pdf man page.
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/markdown2pdf.1.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md
index da3f330c9..2d02787ef 100644
--- a/man/man1/markdown2pdf.1.md
+++ b/man/man1/markdown2pdf.1.md
@@ -56,10 +56,8 @@ packages are not included in your latex setup, they can be obtained from
-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.
+ document in standalone mode. Use this to set the font size when
+ using the default LaTeX template: `-V fontsize=12pt`.
-H *FILE*, \--include-in-header=*FILE*
: Include (LaTeX) contents of *FILE* at the end of the header. Implies