diff --git a/Preamble/preamble.tex b/Preamble/preamble.tex index 07f5b47..33323a3 100644 --- a/Preamble/preamble.tex +++ b/Preamble/preamble.tex @@ -5,7 +5,7 @@ % Set {innerside margin / outerside margin / topmargin / bottom margin} and % other page dimensions \ifsetCustomMargin - \RequirePackage[left=37mm,right=30mm,top=35mm,bottom=30mm]{geometry} + \RequirePackage[left=20mm,right=20mm,top=32mm,bottom=20mm]{geometry} \setFancyHdr % To apply fancy header after geometry package is loaded \fi @@ -114,7 +114,7 @@ % \onehalfspacing % \singlespacing -\setstretch{1.25} +\setstretch{1.0} % ************************ Formatting / Footnote ******************************* diff --git a/thesis.tex b/thesis.tex index f6e9e7d..f1f9af7 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,7 +1,7 @@ % ******************************* PhD Thesis Template ************************** % Please have a look at the README.md file for info on how to use the template -\documentclass[a4paper,12pt,times,oneside,numbered,print,index]{PhDThesisPSnPDF} +\documentclass[a4paper,12pt,times,oneside,custommargin,numbered,print,index]{PhDThesisPSnPDF} % ****************************************************************************** % ******************************* Class Options ********************************