diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-03 18:48:42 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-04-03 18:48:42 -0700 |
commit | 8e7c61c3074f98b7d41634575715d897510fc1b4 (patch) | |
tree | edf587d1d62c217267a3bbf59b8f550998d8b6c5 | |
parent | fe86fad75cce01c977a17c70ec6eece82c7e2da9 (diff) | |
download | pandoc-8e7c61c3074f98b7d41634575715d897510fc1b4.tar.gz |
LaTeX template: only include eurosym if the document uses a euro symbol.
-rw-r--r-- | default.latex | 2 |
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)$ |