From 51fa181c0d496600adc09820b2b105e89b4cf8af 2013-09-23 17:57:19 From: Jonathan Frederic Date: 2013-09-23 17:57:19 Subject: [PATCH] Cleaned up spacing and removed large comments from final latex output. --- diff --git a/IPython/nbconvert/templates/latex/latex_article.tplx b/IPython/nbconvert/templates/latex/latex_article.tplx index 622a799..d81e724 100644 --- a/IPython/nbconvert/templates/latex/latex_article.tplx +++ b/IPython/nbconvert/templates/latex/latex_article.tplx @@ -1,8 +1,4 @@ -%=============================================================================== -% Cell style -%=============================================================================== - % Default to the simple output style ((* if not cell_style is defined *)) ((* set cell_style = 'notebook_style.tplx' *)) diff --git a/IPython/nbconvert/templates/latex/latex_book.tplx b/IPython/nbconvert/templates/latex/latex_book.tplx index 82c2114..917978a 100644 --- a/IPython/nbconvert/templates/latex/latex_book.tplx +++ b/IPython/nbconvert/templates/latex/latex_book.tplx @@ -1,8 +1,4 @@ -%=============================================================================== -% Cell style -%=============================================================================== - % Default to the simple output style ((* if not cell_style is defined *)) ((* set cell_style = 'simple_style.tplx' *)) diff --git a/IPython/nbconvert/templates/latex/latex_sphinx_article.tplx b/IPython/nbconvert/templates/latex/latex_sphinx_article.tplx index 72e88cd..228d3d7 100644 --- a/IPython/nbconvert/templates/latex/latex_sphinx_article.tplx +++ b/IPython/nbconvert/templates/latex/latex_sphinx_article.tplx @@ -1,9 +1,3 @@ - -%=============================================================================== -% Cell style -%=============================================================================== - -% Inherit from the specified cell style. ((* extends 'latex_article.tplx' *)) %=============================================================================== diff --git a/IPython/nbconvert/templates/latex/notebook_style.tplx b/IPython/nbconvert/templates/latex/notebook_style.tplx index 9430841..fda9b60 100644 --- a/IPython/nbconvert/templates/latex/notebook_style.tplx +++ b/IPython/nbconvert/templates/latex/notebook_style.tplx @@ -121,7 +121,6 @@ ((* endblock definitions *)) - %=============================================================================== % Input %=============================================================================== diff --git a/IPython/nbconvert/templates/latex/simple_style.tplx b/IPython/nbconvert/templates/latex/simple_style.tplx index 8dfba95..12fc7ec 100644 --- a/IPython/nbconvert/templates/latex/simple_style.tplx +++ b/IPython/nbconvert/templates/latex/simple_style.tplx @@ -2,7 +2,6 @@ ((*- extends 'latex_base.tplx' -*)) - % Custom packages ((* block packages *)) ((( super() )))