Documented -V fontsize= in markdown2pdf man page.

This commit is contained in:
John MacFarlane 2011-01-01 10:10:31 -08:00
parent 701cd71547
commit e9c1c1dccf

View file

@ -56,10 +56,8 @@ packages are not included in your latex setup, they can be obtained from
-V KEY=VAL, \--variable=*KEY:VAL* -V KEY=VAL, \--variable=*KEY:VAL*
: Set the template variable KEY to the value VAL when rendering the : Set the template variable KEY to the value VAL when rendering the
document in standalone mode. This is only useful when the document in standalone mode. Use this to set the font size when
`--template` option is used to specify a custom template, since using the default LaTeX template: `-V fontsize=12pt`.
pandoc automatically sets the variables used in the default
templates.
-H *FILE*, \--include-in-header=*FILE* -H *FILE*, \--include-in-header=*FILE*
: Include (LaTeX) contents of *FILE* at the end of the header. Implies : Include (LaTeX) contents of *FILE* at the end of the header. Implies