summaryrefslogtreecommitdiff
path: root/Lecture.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Lecture.cls')
-rw-r--r--Lecture.cls5
1 files changed, 4 insertions, 1 deletions
diff --git a/Lecture.cls b/Lecture.cls
index 6fd92dc..44dc62c 100644
--- a/Lecture.cls
+++ b/Lecture.cls
@@ -7,7 +7,7 @@
\usepackage[
a4paper, mag=1000,
left=2.5cm, right=1.5cm,
- top=2.7cm, bottom=2cm,
+ top=2.5cm, bottom=2cm,
]{geometry}
\RequirePackage[hidelinks,colorlinks=false]{hyperref}
@@ -22,6 +22,7 @@
\fancyhead[C]{}
\fancyhead[R]{\thepage}
\renewcommand{\headrulewidth}{0.7pt}
+\setlength{\headheight}{17.0pt}
\RequirePackage{setspace}
\singlespacing
@@ -29,6 +30,7 @@
% --- TITLE PAGE --- %
\renewcommand{\maketitle}
{
+\hypersetup{pageanchor=false}
\afterpage{
\newgeometry{
left=2cm, right=1.5cm,
@@ -64,5 +66,6 @@
\clearpage
\restoregeometry
+\hypersetup{pageanchor=true}
}
}