diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-12-14 11:59:07 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-12-14 11:59:07 +0400 |
| commit | b06e015a606034cbb2363a9989192895aa27a4d3 (patch) | |
| tree | 33529b0050099558d70ab5b9936666ed169f84bf /Lecture.cls | |
| parent | d07c4227e4be97220a6f944c6d49161cadd438db (diff) | |
Исправления в вёрстке
Diffstat (limited to 'Lecture.cls')
| -rw-r--r-- | Lecture.cls | 5 |
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} } } |