diff options
Diffstat (limited to 'Lecture.cls')
| -rw-r--r-- | Lecture.cls | 8 |
1 files changed, 7 insertions, 1 deletions
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 |