summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex33
1 files changed, 17 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex b/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex
index 091d8519ffd..adb3af0038f 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex
@@ -1,6 +1,7 @@
%*******************************************************
% Table of Contents
%*******************************************************
+\pagestyle{scrheadings}
%\phantomsection
\refstepcounter{dummy}
\pdfbookmark[1]{\contentsname}{tableofcontents}
@@ -8,7 +9,7 @@
\setcounter{secnumdepth}{3} % <-- 3 numbers up to subsubsections
\manualmark
\markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
-\tableofcontents
+\tableofcontents
\automark[section]{chapter}
\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
@@ -16,15 +17,14 @@
% List of Figures and of the Tables
%*******************************************************
\clearpage
-
-\begingroup
+% \pagestyle{empty} % Uncomment this line if your lists should not have any headlines with section name and page number
+\begingroup
\let\clearpage\relax
\let\cleardoublepage\relax
- \let\cleardoublepage\relax
%*******************************************************
% List of Figures
- %*******************************************************
- %\phantomsection
+ %*******************************************************
+ %\phantomsection
\refstepcounter{dummy}
%\addcontentsline{toc}{chapter}{\listfigurename}
\pdfbookmark[1]{\listfigurename}{lof}
@@ -35,30 +35,30 @@
%*******************************************************
% List of Tables
%*******************************************************
- %\phantomsection
+ %\phantomsection
\refstepcounter{dummy}
%\addcontentsline{toc}{chapter}{\listtablename}
\pdfbookmark[1]{\listtablename}{lot}
\listoftables
-
+
\vspace{8ex}
-% \newpage
-
+ % \newpage
+
%*******************************************************
% List of Listings
- %*******************************************************
- %\phantomsection
+ %*******************************************************
+ %\phantomsection
\refstepcounter{dummy}
%\addcontentsline{toc}{chapter}{\lstlistlistingname}
\pdfbookmark[1]{\lstlistlistingname}{lol}
- \lstlistoflistings
+ \lstlistoflistings
\vspace{8ex}
-
+
%*******************************************************
% Acronyms
%*******************************************************
- %\phantomsection
+ %\phantomsection
\refstepcounter{dummy}
\pdfbookmark[1]{Acronyms}{acronyms}
\markboth{\spacedlowsmallcaps{Acronyms}}{\spacedlowsmallcaps{Acronyms}}
@@ -67,5 +67,6 @@
\acro{DRY}{Don't Repeat Yourself}
\acro{API}{Application Programming Interface}
\acro{UML}{Unified Modeling Language}
- \end{acronym}
+ \end{acronym}
+
\endgroup