diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-03 22:15:32 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-03 22:15:32 -0800 |
commit | 617e2af70c7d429a44d3b116d49d4b05840059e9 (patch) | |
tree | 69fdd484048fc4a508e624a7fc590e91f0f0c5ba | |
parent | 293e847b76eada99c53ca7699ce5b35ded79b9e0 (diff) | |
parent | 809f2f09c6fe3b726e92a99b47a37c376681878b (diff) | |
download | pandoc-617e2af70c7d429a44d3b116d49d4b05840059e9.tar.gz |
Merge pull request #164 from adunning/patch-2
Make \euro conditional in Beamer for XeTeX/LuaTeX.
-rw-r--r-- | default.beamer | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.beamer b/default.beamer index 774916492..f0a266c7e 100644 --- a/default.beamer +++ b/default.beamer @@ -42,7 +42,9 @@ $endif$ \usepackage{fontspec} \fi \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase} +$if(euro)$ \newcommand{\euro}{€} +$endif$ $if(mainfont)$ \setmainfont[$for(mainfontoptions)$$mainfontoptions$$sep$,$endfor$]{$mainfont$} $endif$ |