Updated tests for euro-related template changes.

This commit is contained in:
John MacFarlane 2012-03-07 13:29:03 -08:00
parent 7a5f51eb95
commit 95b0f28831
3 changed files with 9 additions and 0 deletions

View file

@ -4,12 +4,15 @@
\ifxetex
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
\else
\ifluatex
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
\else
\usepackage[utf8]{inputenc}
\usepackage{eurosym}
\fi
\fi
\usepackage{color}

View file

@ -4,12 +4,15 @@
\ifxetex
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
\else
\ifluatex
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
\else
\usepackage[utf8]{inputenc}
\usepackage{eurosym}
\fi
\fi
\usepackage{listings}

View file

@ -4,12 +4,15 @@
\ifxetex
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
\else
\ifluatex
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
\else
\usepackage[utf8]{inputenc}
\usepackage{eurosym}
\fi
\fi
\usepackage{fancyvrb}