From 9f50048ba573fbde4a0624e6ebb7c30ed784f688 2013-09-23 17:34:23
From: Jonathan Frederic <jdfreder@calpoly.edu>
Date: 2013-09-23 17:34:23
Subject: [PATCH] One inch margins latex default

---

diff --git a/IPython/nbconvert/templates/latex/latex_base.tplx b/IPython/nbconvert/templates/latex/latex_base.tplx
index 6bbc5a1..9209477 100644
--- a/IPython/nbconvert/templates/latex/latex_base.tplx
+++ b/IPython/nbconvert/templates/latex/latex_base.tplx
@@ -74,8 +74,9 @@ 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}
-
+    ((* block margins *))
+    \geometry{verbose,tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in}
+    ((* endblock margins *))
 ((* endblock commands *))
 
 ((* block predoc *))