From a7f9674f8e5e393efab26372411b85cea72e8846 Mon Sep 17 00:00:00 2001 From: Christoffer Hansen Date: Sun, 26 Nov 2017 12:16:24 +0100 Subject: [PATCH] Changed margin size Margin 1.5 down to 1.25 cm Columsep 1.5 down to 1.25 cm Lendth between textarea and footnotes 2 down to 1.25 cm --- structure.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/structure.tex b/structure.tex index d666116..15cbf3e 100644 --- a/structure.tex +++ b/structure.tex @@ -187,11 +187,11 @@ } -\geometry{a4paper,margin=1.5cm} -\setlength{\columnsep}{1.5cm} %space between columns +\geometry{a4paper,margin=1.25cm} +\setlength{\columnsep}{1.25cm} %space between columns \setlength{\headheight}{15pt} \setlength{\footnotesep}{1mm} %space between footnotes: -\setlength{\skip\footins}{2cm} %space between the text body and the footnotes +\setlength{\skip\footins}{1.25cm} %space between the text body and the footnotes \setlist[itemize,1]{leftmargin=\dimexpr 26pt-.2cm} \setlist[itemize,2]{leftmargin=\dimexpr 26pt-.3cm} \lstset{style=mystyle} %apply lst styling