From 6aec7637abc830afc147f7a89dc57912e7bd8d51 2013-09-23 17:57:21 From: Jonathan Frederic Date: 2013-09-23 17:57:21 Subject: [PATCH] Added mathjax compatability definitions. --- diff --git a/IPython/nbconvert/templates/latex/latex_base.tplx b/IPython/nbconvert/templates/latex/latex_base.tplx index c981641..367c1c9 100644 --- a/IPython/nbconvert/templates/latex/latex_base.tplx +++ b/IPython/nbconvert/templates/latex/latex_base.tplx @@ -56,6 +56,10 @@ This template does not define a docclass, the inheriting class must define this. % exist. \def\br{\hspace*{\fill} \\* } + % Math Jax compatability definitions + \def\gt{<} + \def\lt{<} + % Document parameters ((* block title *))\title{((( resources.metadata.name | escape_latex )))}((* endblock title *)) ((* block date *))((* endblock date *))