#51 Bugfixes for Appendix TOC Handling
This commit is contained in:
parent
e3b15a6c92
commit
4d2a65eeac
|
@ -25,6 +25,10 @@
|
|||
\usepackage{tocvsec2}
|
||||
\usepackage{titletoc}
|
||||
\newenvironment{custom_appendix}{%
|
||||
% normale Zeilenabstände
|
||||
\singlespacing
|
||||
% keine Einträge mehr im Abbildungs-/Tabellenverzeichnis
|
||||
\captionsetup{list=no}
|
||||
% 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}}}%
|
||||
|
@ -37,7 +41,7 @@
|
|||
\newpage
|
||||
}{
|
||||
|
||||
%\stopcontents
|
||||
\stopcontents
|
||||
\renewcommand{\thechapter}{\arabic{chapter}}%
|
||||
\setcounter{chapter}{1}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user