diff options
Diffstat (limited to 'content/preamble.tex')
-rw-r--r-- | content/preamble.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/content/preamble.tex b/content/preamble.tex index d09924e..9fb3557 100644 --- a/content/preamble.tex +++ b/content/preamble.tex @@ -34,9 +34,9 @@ DOI: tbd \renewcommand{\contentsname}{Inhalt} % Avoid Hurenkinder und Schusterjungen -\clubpenalty = 10000 -\widowpenalty = 10000 -\displaywidowpenalty = 10000 +% \clubpenalty = 100 +% \widowpenalty = 100 +% \displaywidowpenalty = 100 % Adjust spacing before and after chapter heading \renewcommand*{\chapterheadstartvskip}{\vspace*{-.9cm}} @@ -79,3 +79,7 @@ DOI: tbd }}% } \newcommand{\orcid}[1]{\ForceHref{https://orcid.org/#1}{\XeTeXLinkBox{\ORCIDid}}} + +% Beginne mit der Kapitelzählung bei 0; sonst hätten wir kurz +% vor Schluss noch alle Coverbilder ändern müssen... +\setcounter{chapter}{-1}
\ No newline at end of file |