Merge pull request #164 from adunning/patch-2
Make \euro conditional in Beamer for XeTeX/LuaTeX.
This commit is contained in:
commit
617e2af70c
1 changed files with 2 additions and 0 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue