diff --git a/IPython/nbconvert/templates/html/full.tpl b/IPython/nbconvert/templates/html/full.tpl index df1a486..8461ae5 100644 --- a/IPython/nbconvert/templates/html/full.tpl +++ b/IPython/nbconvert/templates/html/full.tpl @@ -1,5 +1,5 @@ {%- extends 'basic.tpl' -%} -{% from 'math.tpl' import mathjax %} +{% from 'mathjax.tpl' import mathjax %} {%- block header -%} diff --git a/IPython/nbconvert/templates/html/slides_reveal.tpl b/IPython/nbconvert/templates/html/slides_reveal.tpl index e24ec8d..0861b61 100644 --- a/IPython/nbconvert/templates/html/slides_reveal.tpl +++ b/IPython/nbconvert/templates/html/slides_reveal.tpl @@ -1,5 +1,5 @@ {%- extends 'reveal_internals/slides.tpl' -%} -{% from 'math.tpl' import mathjax %} +{% from 'mathjax.tpl' import mathjax %} {% block header %} diff --git a/IPython/nbconvert/templates/math.tpl b/IPython/nbconvert/templates/mathjax.tpl similarity index 100% rename from IPython/nbconvert/templates/math.tpl rename to IPython/nbconvert/templates/mathjax.tpl