aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-04-03 18:48:42 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-04-03 18:48:42 -0700
commit8e7c61c3074f98b7d41634575715d897510fc1b4 (patch)
treeedf587d1d62c217267a3bbf59b8f550998d8b6c5
parentfe86fad75cce01c977a17c70ec6eece82c7e2da9 (diff)
downloadpandoc-8e7c61c3074f98b7d41634575715d897510fc1b4.tar.gz
LaTeX template: only include eurosym if the document uses a euro symbol.
-rw-r--r--default.latex2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.latex b/default.latex
index bb6e44cfa..f181ee24a 100644
--- a/default.latex
+++ b/default.latex
@@ -36,7 +36,9 @@ $if(mathfont)$
$endif$
\else
\usepackage[utf8]{inputenc}
+$if(euro)$
\usepackage{eurosym}
+$endif$
\fi
\fi
$if(geometry)$