changed header and footer, looks better now

This commit is contained in:
dippoldha78415 2024-02-28 18:25:09 +01:00
parent 1965f9bb0e
commit 3ddd2beebe
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -43,13 +43,13 @@
% Belegung von KOMA Variablen für Kopf- und Fußzeilen Gestaltung
\newcommand{\footlinetext}{\footnotesize \textsf{\color{gray} Kapitel \thesection \ \normalsize}}
\KOMAoptions{headsepline = no, footsepline = yes}
\ihead{\headmark}
\chead{}
\KOMAoptions{headsepline = yes, footsepline = no}
\ihead{}
\chead{Kapitel \thesection}
\ohead{}
\ifoot{\footlinetext}
\cfoot{}
\ofoot{\pagemark}
\ifoot{}
\cfoot{\pagemark}
\ofoot{}
% Pakete zum Einbinden von Bildern und Farben
\usepackage{xcolor}