Make \euro conditional for XeTeX/LuaTeX.

Mirrors behaviour for pdfTeX.
This commit is contained in:
Andrew Dunning
2015-11-30 22:53:19 -05:00
parent 5e9fad4caf
commit e45a3fac77
+2
View File
@@ -24,7 +24,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$