diff --git a/docsetup.A4.tex b/docsetup.A4.tex index fb0a964..e2c9df4 100644 --- a/docsetup.A4.tex +++ b/docsetup.A4.tex @@ -1,16 +1,3 @@ -% ----- Page setup - -% Adjust margins for A4 portrait. Increase width by 4cm and height by 4cm. -\addtolength{\textwidth}{4cm} -\addtolength{\hoffset}{-2cm} - -\addtolength{\textheight}{4cm} -\addtolength{\voffset}{-2cm} - -% Move the top margin up a further cm. -\addtolength{\textheight}{1cm} -\addtolength{\voffset}{-1cm} - % ----- % Title page diff --git a/docsetup.A5.tex b/docsetup.A5.tex index 7d75d45..3e0fe15 100644 --- a/docsetup.A5.tex +++ b/docsetup.A5.tex @@ -1,16 +1,3 @@ -% ----- Page setup - -% Adjust margins for A5 landscape. Increase width by 4cm and height by 4cm. -\addtolength{\textwidth}{4cm} -\addtolength{\hoffset}{-2cm} - -\addtolength{\textheight}{4cm} -\addtolength{\voffset}{-2cm} - -% Move the top margin up a further cm. -\addtolength{\textheight}{1cm} -\addtolength{\voffset}{-1cm} - % ----- % Title page diff --git a/dottes.tex b/dottes.tex index 056bd66..57ce02b 100644 --- a/dottes.tex +++ b/dottes.tex @@ -2,6 +2,7 @@ \usepackage{color} \usepackage{fontspec} +\usepackage[margin=1in]{geometry} \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{longtable} @@ -51,10 +52,12 @@ % ----- Title page +\newgeometry{margin=0.5in} \begin{titlepage} \pagecolor{havocpurple} \titleBoD \end{titlepage} +\restoregeometry % ----- First inside page and dedication. No page numbering here, thanks.