Make \euro conditional in Beamer for XeTeX/LuaTeX.
Implements the change made for LaTeX in <e45a3fac77
>.
This commit is contained in:
parent
293e847b76
commit
809f2f09c6
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