From f8f71ab968cfe133adff4321bc1cb3a43b9f5ddb Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 25 Oct 2022 18:34:20 +0400 Subject: =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BB=D1=8C=20=D0=BA=D0=BE=D0=BB=D0=BE=D0=BD=D1=82?= =?UTF-8?q?=D0=B8=D1=82=D1=83=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lecture.cls | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Lecture.cls') diff --git a/Lecture.cls b/Lecture.cls index 8ee2ecb..6fd92dc 100644 --- a/Lecture.cls +++ b/Lecture.cls @@ -7,7 +7,7 @@ \usepackage[ a4paper, mag=1000, left=2.5cm, right=1.5cm, - top=3cm, bottom=3cm + top=2.7cm, bottom=2cm, ]{geometry} \RequirePackage[hidelinks,colorlinks=false]{hyperref} @@ -16,6 +16,12 @@ \RequirePackage{fancyhdr} \pagestyle{fancy} +\fancyfoot{} +\fancyhead{} +\fancyhead[L]{\rightmark} +\fancyhead[C]{} +\fancyhead[R]{\thepage} +\renewcommand{\headrulewidth}{0.7pt} \RequirePackage{setspace} \singlespacing -- cgit v1.2.3