diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-22 19:51:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-22 19:51:42 +0000 |
commit | d326671c4777b4897d5ecc23008d3d53f6101fc2 (patch) | |
tree | 62679eb03b1838237e21de9b758d78e3ff3aecb1 /Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex | |
parent | b2fad8915b87bb45e4d3ffafd0f8119da45a921e (diff) |
classicthesis (22oct17)
git-svn-id: svn://tug.org/texlive/trunk@45578 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/classicthesis/FrontBackmatter/Contents.tex | 33 |
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 |