Update on Overleaf.

This commit is contained in:
jsh77 2021-05-13 18:35:32 +00:00 committed by overleaf
parent 4d29ba45ae
commit 0f37a09214
2 changed files with 3 additions and 3 deletions

View File

@ -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 *******************************

View File

@ -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 ********************************