Added fontsize variable to default latex template.
This makes it easy to set the font size using markdown2pdf or pandoc: markdown2pdf -V fontsize=12pt input.txt
This commit is contained in:
parent
7e9e959548
commit
3b1d68b2bc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
$if(legacy-header)$
|
||||
$legacy-header$
|
||||
$else$
|
||||
\documentclass{article}
|
||||
\documentclass$if(fontsize)$[$fontsize$]$endif${article}
|
||||
\usepackage{amssymb,amsmath}
|
||||
$if(xetex)$
|
||||
\usepackage{ifxetex}
|
||||
|
|
Loading…
Add table
Reference in a new issue