From 809f2f09c6fe3b726e92a99b47a37c376681878b Mon Sep 17 00:00:00 2001 From: Andrew Dunning Date: Thu, 3 Dec 2015 22:38:55 -0500 Subject: Make \euro conditional in Beamer for XeTeX/LuaTeX. Implements the change made for LaTeX in . --- default.beamer | 2 ++ 1 file changed, 2 insertions(+) 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$ -- cgit v1.2.3