LaTeX template: Added mathfont variable.

This commit is contained in:
John MacFarlane 2012-03-15 14:38:21 -07:00
parent 329c356da6
commit 0aa45c20bc

View file

@ -14,6 +14,9 @@ $endif$
$if(monofont)$
\setmonofont{$monofont$}
$endif$
$if(mathfont)$
\setmathfont{$mathfont$}
$endif$
\else
\ifluatex
\usepackage{fontspec}
@ -27,6 +30,9 @@ $if(sansfont)$
$endif$
$if(monofont)$
\setmonofont{$monofont$}
$endif$
$if(mathfont)$
\setmathfont{$mathfont$}
$endif$
\else
\usepackage[utf8]{inputenc}