From ca6bbdda162454d500fdb9462bca617206b23c83 2015-01-22 22:35:49 From: Thomas Kluyver Date: 2015-01-22 22:35:49 Subject: [PATCH] Merge pull request #7542 from amcdawes/i7511 add eurosym package to define \euro symbol --- diff --git a/IPython/nbconvert/templates/latex/base.tplx b/IPython/nbconvert/templates/latex/base.tplx index 24e0d09..8dd29bb 100644 --- a/IPython/nbconvert/templates/latex/base.tplx +++ b/IPython/nbconvert/templates/latex/base.tplx @@ -20,6 +20,7 @@ This template does not define a docclass, the inheriting class must define this. \usepackage{geometry} % Used to adjust the document margins \usepackage{amsmath} % Equations \usepackage{amssymb} % Equations + \usepackage{eurosym} % defines \euro \usepackage[mathletters]{ucs} % Extended unicode (utf-8) support \usepackage[utf8x]{inputenc} % Allow utf-8 characters in the tex document \usepackage{fancyvrb} % verbatim replacement that allows latex