From 0c4fee9de25e242d9fa0e47b2de25506e6c6a5c5 2014-01-12 22:21:57 From: damianavila Date: 2014-01-12 22:21:57 Subject: [PATCH] Changed name of file from math to mathjax. --- 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