LaTeX template: only include eurosym if the document uses a euro symbol.

This commit is contained in:
John MacFarlane 2012-04-03 18:48:42 -07:00
parent fe86fad75c
commit 8e7c61c307

View file

@ -36,7 +36,9 @@ $if(mathfont)$
$endif$
\else
\usepackage[utf8]{inputenc}
$if(euro)$
\usepackage{eurosym}
$endif$
\fi
\fi
$if(geometry)$