|
|
@ -2,7 +2,6 @@ |
|
|
|
% Table of Contents |
|
|
|
% Table of Contents |
|
|
|
%******************************************************* |
|
|
|
%******************************************************* |
|
|
|
\pagestyle{scrheadings} |
|
|
|
\pagestyle{scrheadings} |
|
|
|
%\phantomsection |
|
|
|
|
|
|
|
\refstepcounter{dummy} |
|
|
|
\refstepcounter{dummy} |
|
|
|
\pdfbookmark[1]{\contentsname}{tableofcontents} |
|
|
|
\pdfbookmark[1]{\contentsname}{tableofcontents} |
|
|
|
\setcounter{tocdepth}{2} % <-- 2 includes up to subsections in the ToC |
|
|
|
\setcounter{tocdepth}{2} % <-- 2 includes up to subsections in the ToC |
|
|
@ -10,63 +9,5 @@ |
|
|
|
\manualmark |
|
|
|
\manualmark |
|
|
|
\markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}} |
|
|
|
\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}}} |
|
|
|
|
|
|
|
%******************************************************* |
|
|
|
|
|
|
|
% List of Figures and of the Tables |
|
|
|
|
|
|
|
%******************************************************* |
|
|
|
|
|
|
|
\clearpage |
|
|
|
|
|
|
|
% \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 |
|
|
|
|
|
|
|
%******************************************************* |
|
|
|
|
|
|
|
% List of Figures |
|
|
|
|
|
|
|
%******************************************************* |
|
|
|
|
|
|
|
%\phantomsection |
|
|
|
|
|
|
|
\refstepcounter{dummy} |
|
|
|
|
|
|
|
%\addcontentsline{toc}{chapter}{\listfigurename} |
|
|
|
|
|
|
|
\pdfbookmark[1]{\listfigurename}{lof} |
|
|
|
|
|
|
|
\listoffigures |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\vspace{8ex} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%******************************************************* |
|
|
|
|
|
|
|
% List of Tables |
|
|
|
|
|
|
|
%******************************************************* |
|
|
|
|
|
|
|
%\phantomsection |
|
|
|
|
|
|
|
\refstepcounter{dummy} |
|
|
|
|
|
|
|
%\addcontentsline{toc}{chapter}{\listtablename} |
|
|
|
|
|
|
|
\pdfbookmark[1]{\listtablename}{lot} |
|
|
|
|
|
|
|
\listoftables |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\vspace{8ex} |
|
|
|
|
|
|
|
% \newpage |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%******************************************************* |
|
|
|
|
|
|
|
% List of Listings |
|
|
|
|
|
|
|
%******************************************************* |
|
|
|
|
|
|
|
%\phantomsection |
|
|
|
|
|
|
|
\refstepcounter{dummy} |
|
|
|
|
|
|
|
%\addcontentsline{toc}{chapter}{\lstlistlistingname} |
|
|
|
|
|
|
|
\pdfbookmark[1]{\lstlistlistingname}{lol} |
|
|
|
|
|
|
|
\lstlistoflistings |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\vspace{8ex} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%******************************************************* |
|
|
|
|
|
|
|
% Acronyms |
|
|
|
|
|
|
|
%******************************************************* |
|
|
|
|
|
|
|
%\phantomsection |
|
|
|
|
|
|
|
\refstepcounter{dummy} |
|
|
|
|
|
|
|
\pdfbookmark[1]{Acronyms}{acronyms} |
|
|
|
|
|
|
|
\markboth{\spacedlowsmallcaps{Acronyms}}{\spacedlowsmallcaps{Acronyms}} |
|
|
|
|
|
|
|
\chapter*{Acronyms} |
|
|
|
|
|
|
|
\begin{acronym}[UMLX] |
|
|
|
|
|
|
|
\acro{DRY}{Don't Repeat Yourself} |
|
|
|
|
|
|
|
\acro{API}{Application Programming Interface} |
|
|
|
|
|
|
|
\acro{UML}{Unified Modeling Language} |
|
|
|
|
|
|
|
\end{acronym} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\endgroup |
|
|
|
\cleardoublepage |