13 lines
494 B
TeX
13 lines
494 B
TeX
%*******************************************************
|
|
% Table of Contents
|
|
%*******************************************************
|
|
\pagestyle{scrheadings}
|
|
\refstepcounter{dummy}
|
|
\pdfbookmark[0]{\contentsname}{tableofcontents}
|
|
\setcounter{tocdepth}{2} % <-- 2 includes up to subsections in the ToC
|
|
\setcounter{secnumdepth}{3} % <-- 3 numbers up to subsubsections
|
|
\manualmark
|
|
\markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
|
|
\tableofcontents
|
|
|
|
\cleardoublepage
|