From 87076bbf45dd07821459b9a07bb0c26599e984be 2013-09-23 17:57:19 From: Jonathan Frederic Date: 2013-09-23 17:57:19 Subject: [PATCH] Unindent --- diff --git a/IPython/nbconvert/templates/latex/bw_ipython_style.tplx b/IPython/nbconvert/templates/latex/bw_ipython_style.tplx index e8e7628..5b048a2 100644 --- a/IPython/nbconvert/templates/latex/bw_ipython_style.tplx +++ b/IPython/nbconvert/templates/latex/bw_ipython_style.tplx @@ -20,7 +20,7 @@ ((*- if type in ['text']*)) ((( add_prompt(output.text, cell, 'Out') ))) ((*- else -*)) - \verb+Out[((( cell.prompt_number )))]:+((( super() ))) +\verb+Out[((( cell.prompt_number )))]:+((( super() ))) ((*- endif -*)) ((*- endfor -*)) ((* endblock pyout *))