Make \euro conditional in Beamer for XeTeX/LuaTeX.

Implements the change made for LaTeX in <e45a3fac77>.
This commit is contained in:
Andrew Dunning 2015-12-03 22:38:55 -05:00
parent 293e847b76
commit 809f2f09c6

View file

@ -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$