LaTeX template: Added mathfont variable.
This commit is contained in:
parent
329c356da6
commit
0aa45c20bc
1 changed files with 6 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue