From a8fb51402ccbb250cf2df3c9138b5211db8185ef Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Mon, 12 Aug 2013 20:14:08 +0100 Subject: [PATCH] Adjust A4 margins. We were getting close to the bottom of the pages and leaving large gaps of white in the middle. So bring the top and bottom margins in a bit. --- docsetup.A4.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsetup.A4.tex b/docsetup.A4.tex index 77497ef..e2d1d22 100644 --- a/docsetup.A4.tex +++ b/docsetup.A4.tex @@ -1,4 +1,4 @@ -\usepackage[margin=0.75in]{geometry} +\usepackage[left=0.75in,right=0.75in,top=1.25in,bottom=1.25in]{geometry} % -----