From d696bddfda0180b6c94cf59e1d5f6124de4a7d1a 2013-09-24 20:18:03 From: jakobgager Date: 2013-09-24 20:18:03 Subject: [PATCH] Added mathletters and longtable to latex_base --- diff --git a/IPython/nbconvert/templates/latex/latex_base.tplx b/IPython/nbconvert/templates/latex/latex_base.tplx index 337eaef..70044ab 100644 --- a/IPython/nbconvert/templates/latex/latex_base.tplx +++ b/IPython/nbconvert/templates/latex/latex_base.tplx @@ -21,7 +21,7 @@ This template does not define a docclass, the inheriting class must define this. \usepackage{amsmath} % Equations \usepackage{amssymb} % Equations \usepackage[utf8]{inputenc} % Allow utf-8 characters in the tex document - \usepackage{ucs} % Extended unicode (utf-8) support + \usepackage[mathletters]{ucs} % Extended unicode (utf-8) support \usepackage{fancyvrb} % verbatim replacement that allows latex \usepackage{grffile} % extends the file name processing of package graphics % to support a larger range @@ -29,6 +29,7 @@ This template does not define a docclass, the inheriting class must define this. % internal navigation ('pdf bookmarks' for the table of contents, % internal cross-reference links, web links for URLs, etc.) \usepackage{hyperref} + \usepackage{longtable} % longtable support required by pandoc >1.10 ((* endblock packages *)) ((* block definitions *))