From 73e3f35939c3c6297bfb12e0f73c1fe374894a96 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Thu, 15 Apr 2021 13:13:34 +0200 Subject: [PATCH] #51 removed appendices from toc --- config.tex | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/config.tex b/config.tex index 90930fc..36e3144 100644 --- a/config.tex +++ b/config.tex @@ -22,20 +22,25 @@ ]{geometry} % Anhang inklusive Anhangsverzeichnis +\usepackage{tocvsec2} \usepackage{titletoc} \newenvironment{custom_appendix}{% + % ab hier keine Einträge mehr im Inhaltsverzeichnis - dafür haben wir das Anhangverzeichnis + \addtocontents{toc}{\string\setcounter{tocdepth}{0}} \renewcommand{\thechapter}{\MakeUppercase{\Alph{chapter}}}% \setcounter{chapter}{1} \addchap{Anhang} - \startcontents[sections] + \startcontents \section*{Anhangsverzeichnis} - \printcontents[sections]{l}{1}{\setcounter{tocdepth}{2}} + \printcontents{l}{1}{\setcounter{tocdepth}{2}} + \addtocontents{ptc}{\string\setcounter{tocdepth}{2}} \newpage }{ - \stopcontents[sections] + + %\stopcontents \renewcommand{\thechapter}{\arabic{chapter}}% \setcounter{chapter}{1} -} +} % Reduzierung der Abstände zwischen Überschriften und Text \RedeclareSectionCommand[afterskip=.0001\baselineskip]{section}