diff options
author | Marvin Borner | 2021-01-27 15:16:03 +0100 |
---|---|---|
committer | Marvin Borner | 2021-01-27 15:16:03 +0100 |
commit | 183741dc09d7b50ff49f001703ae1f4be8553aa2 (patch) | |
tree | bf88d92f36d1a5d554b15ce3b9365d19d3e75414 /zeitung/main.tex | |
parent | 833a7316fce5dd2be52255da3d9bc0809ef74413 (diff) |
ok
Diffstat (limited to 'zeitung/main.tex')
-rw-r--r-- | zeitung/main.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/zeitung/main.tex b/zeitung/main.tex index d52be97..b4d561e 100644 --- a/zeitung/main.tex +++ b/zeitung/main.tex @@ -14,7 +14,7 @@ \usepackage{fancyhdr} % Font -\setmainfont{"[font.ttf]"} +\setmainfont{"[tierra-nueva.otf]"}[BoldFont="[tierra-nueva-bold.otf]"] \sectionfont{\fontsize{20}{15}\selectfont} % GERMAN @@ -30,11 +30,12 @@ \fancyheadoffset{2.5cm} \fancyfootoffset{2.5cm} \fancyhf{} -\fancyhead[L]{\hspace*{1cm}\huge{\leftmark}} +\fancyhead[L]{\hspace*{0.5cm}\Huge{\rightmark}} %\fancyhead[R]{Abitur 2021} -\lfoot{\hspace*{1cm}\huge{\thepage}} +\lfoot{\hspace*{0.5cm}\huge{\thepage}} % Custom title command for header +\renewcommand{\sectionmark}[1]{\markright{#1}} \renewcommand{\title}[1]{ \par\refstepcounter{section} \sectionmark{#1} @@ -44,7 +45,7 @@ \begin{document} \title{ABI Zeitung 2021} -\author{des RBS Ulm} +\author{RBS Ulm TG13} % Updated: https://tex.stackexchange.com/a/7657 % Import all tex files from a directory |