diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2012-03-15 14:38:21 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2012-03-15 14:38:21 -0700 |
| commit | 0aa45c20bc2bcca999aa3e74eda9e4c2c329f008 (patch) | |
| tree | ce478e4ae748ba17bb0a047d70e96e322201424a | |
| parent | 329c356da62f3a39625bce62516fc55312f2a453 (diff) | |
| download | pandoc-0aa45c20bc2bcca999aa3e74eda9e4c2c329f008.tar.gz | |
LaTeX template: Added mathfont variable.
| -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} |
