diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-03-05 14:55:32 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-03-05 14:55:32 +0100 |
commit | b32f789932ab2ff77b929130c6c0e10213568a65 (patch) | |
tree | 815c5c15b0b6ea25353555217b79bed11947011f /content | |
parent | 10019198a8b883abd0ec2679142b4f52b2fb8060 (diff) |
Offset chapter counting
Diffstat (limited to 'content')
-rw-r--r-- | content/preamble.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/preamble.tex b/content/preamble.tex index 75ff821..1340222 100644 --- a/content/preamble.tex +++ b/content/preamble.tex @@ -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 |