From ab1f8703d1ea4b224e90bd02622212a1c2310647 2013-09-23 17:34:23 From: Jonathan Frederic Date: 2013-09-23 17:34:23 Subject: [PATCH] Remove custom verbatim margin logic --- diff --git a/IPython/nbconvert/templates/latex/latex_base.tplx b/IPython/nbconvert/templates/latex/latex_base.tplx index 4282fcb..6bbc5a1 100644 --- a/IPython/nbconvert/templates/latex/latex_base.tplx +++ b/IPython/nbconvert/templates/latex/latex_base.tplx @@ -76,10 +76,6 @@ This template does not define a docclass, the inheriting class must define this. % Slightly bigger margins than the latex defaults \geometry{verbose,tmargin=3cm,bmargin=3cm,lmargin=2.5cm,rmargin=2.5cm} - % Hardcode size of all verbatim environments to be a bit smaller - \makeatletter - \g@addto@macro\@verbatim\small\topsep=0.5em\partopsep=0pt - \makeatother ((* endblock commands *)) ((* block predoc *))