From b06e015a606034cbb2363a9989192895aa27a4d3 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Wed, 14 Dec 2022 11:59:07 +0400 Subject: =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B2=20=D0=B2=D1=91=D1=80=D1=81=D1=82=D0=BA?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lecture.cls | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Lecture.cls') 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} } } -- cgit v1.2.3