FIxed spacing in latex template.

This commit is contained in:
John MacFarlane 2012-03-14 19:06:17 -07:00
parent 48c5b8eca7
commit efd4ae929d

View file

@ -5,29 +5,29 @@
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
$if(romanfont)$
$if(romanfont)$
\setromanfont{$romanfont$}
$endif$
$if(sansfont)$
$endif$
$if(sansfont)$
\setsansfont{$sansfont$}
$endif$
$if(monofont)$
$endif$
$if(monofont)$
\setmonofont{$monofont$}
$endif$
$endif$
\else
\ifluatex
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
$if(romanfont)$
$if(romanfont)$
\setromanfont{$romanfont$}
$endif$
$if(sansfont)$
$endif$
$if(sansfont)$
\setsansfont{$sansfont$}
$endif$
$if(monofont)$
$endif$
$if(monofont)$
\setmonofont{$monofont$}
$endif$
$endif$
\else
\usepackage[utf8]{inputenc}
\usepackage{eurosym}