diff options
Diffstat (limited to 'zeitung')
-rw-r--r-- | zeitung/main.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/zeitung/main.tex b/zeitung/main.tex index b4d561e..2bb2ac6 100644 --- a/zeitung/main.tex +++ b/zeitung/main.tex @@ -26,13 +26,15 @@ % Header & footer \renewcommand{\footrulewidth}{0pt} +\setlength{\headheight}{30pt} +\addtolength{\topmargin}{-18pt} \pagestyle{fancy} \fancyheadoffset{2.5cm} \fancyfootoffset{2.5cm} \fancyhf{} -\fancyhead[L]{\hspace*{0.5cm}\Huge{\rightmark}} +\fancyhead[L]{\hspace*{1cm}\Huge{\rightmark}} %\fancyhead[R]{Abitur 2021} -\lfoot{\hspace*{0.5cm}\huge{\thepage}} +\lfoot{\hspace*{1cm}\huge{\thepage}} % Custom title command for header \renewcommand{\sectionmark}[1]{\markright{#1}} |