You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.6 KiB
43 lines
1.6 KiB
\setlength{\parindent}{0em}%Einrückung nach Absatz auf 0 setzen}%Seitenränder gesetzt
|
|
\setlength{\parskip}{6pt}%Absatzabstand
|
|
%-----------Kopf/Fußzeile--------------
|
|
|
|
\usepackage[automark, headsepline=.4pt]{scrlayer-scrpage}%Paket für Kopfzeile
|
|
\newpairofpagestyles{myheading}%Kopfzeile definieren
|
|
{
|
|
\ihead{\leftmark}%Kapitelname links in Kopfzeile
|
|
\chead{}%nichts in der Mitte
|
|
\ifoot{\thepage}%Seitenzahl rechts in Kopfzeile
|
|
}
|
|
|
|
\usepackage[automark, headsepline=.4pt]{scrlayer-scrpage}%Paket für Kopfzeile
|
|
\newpairofpagestyles{leer}%Kopfzeile definieren
|
|
{
|
|
\ihead{}%Kapitelname links in Kopfzeile
|
|
\chead{}%nichts in der Mitte
|
|
\ohead{}%Seitenzahl rechts in Kopfzeile
|
|
}
|
|
|
|
|
|
\pagestyle{myheading}%Kopfzeile aktiv machen
|
|
\renewcommand*\chapterpagestyle{myheading}%Kopfzeile auch auf Seiten mit neuem Kapitel anzeigen
|
|
|
|
%----------Kapitelüberschriften formatieren-------
|
|
|
|
\setkomafont{disposition}{\rmfamily\bfseries}%Alle Überschriften mit Serifen und Fett
|
|
\setkomafont{chapter}{\huge}%Kapitelüberschriften in Groß
|
|
\setkomafont{section}{\large}%Sektionsüberschriften in Groß
|
|
|
|
\RedeclareSectionCommand[beforeskip=12pt, afterskip=6pt]{chapter}%12pt vor und 6pt nach Kapitelüberschrift
|
|
\RedeclareSectionCommand[beforeskip=12pt, afterskip=6pt]{section}%12pt vor und 6pt nach Kapitelüberschrift
|
|
\RedeclareSectionCommand[beforeskip=12pt,afterskip=6pt]{subsection}
|
|
\RedeclareSectionCommand[beforeskip=12pt,afterskip=6pt]{subsubsection}
|
|
|
|
\let\befehl\lstinline
|
|
|
|
%---- Tabellenformatierung -----
|
|
\usepackage{makecell}
|
|
\renewcommand{\cellalign}{vh}
|
|
\renewcommand{\theadalign}{vh}
|
|
|
|
\newcommand*{\Appendixautorefname}{appendix} |