diff options
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/default.latex b/default.latex index b058aedda..6a19b4040 100644 --- a/default.latex +++ b/default.latex @@ -14,6 +14,9 @@ $endif$ $if(monofont)$ \setmonofont{$monofont$} $endif$ +$if(mathfont)$ + \setmathfont{$mathfont$} +$endif$ \else \ifluatex \usepackage{fontspec} @@ -28,6 +31,9 @@ $endif$ $if(monofont)$ \setmonofont{$monofont$} $endif$ +$if(mathfont)$ + \setmathfont{$mathfont$} +$endif$ \else \usepackage[utf8]{inputenc} \usepackage{eurosym} |