From 65f86f50b1de93510b80c4d8a6e86e5aca18f3bd Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 25 Apr 2024 23:31:37 +0200 Subject: [PATCH] edit \startappendix --- layout.sty | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index 42dd3258..97dfec88 100644 --- a/layout.sty +++ b/layout.sty @@ -689,10 +689,13 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) } \newcommand\startappendix{ - \addappheadtotoc + \backmatter \appendix \renewcommand{\headingtype}{APPENDIX} \renewcommand\showChapter{\Alph{chapter}} + \cleardoublepage + \chapter{Appendix} + \renewcommand{\npcsymbol}{\quad\scshape Appendix\quad} } \newcommand\shiftColours{ -- GitLab