adding comments to the directories

main
Sebastian Preisner 3 years ago
parent 7f484465b7
commit a5d5d80ce8

@ -321,77 +321,82 @@ $endif$
\pagebreak \pagebreak
$if(abstract)$ $if(abstract)$
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
% Abstract % Abstract
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
\begin{abstract} \begin{abstract}
$abstract$ $abstract$
\end{abstract} \end{abstract}
$endif$ $endif$
$for(include-before)$
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
% Content % include-before Section
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
$for(include-before)$ $include-before$
$include-before$
$endfor$ $endfor$
$if(toc)$ $if(toc)$
$if(toc-title)$ $if(toc-title)$
\renewcommand*\contentsname{$toc-title$} \renewcommand*\contentsname{$toc-title$}
$endif$ $endif$
{ {
$if(colorlinks)$ $if(colorlinks)$
\hypersetup{linkcolor=$if(toccolor)$$toccolor$$else$black$endif$} \hypersetup{linkcolor=$if(toccolor)$$toccolor$$else$black$endif$} % Setup the link color of the toc
$endif$ $endif$
\setcounter{tocdepth}{$toc-depth$} \setcounter{tocdepth}{$toc-depth$}
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
% Verzeichnisse % Inhaltsverzeichnis
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
% TODO Typ vor Nummer % TODO Typ vor Nummer
\renewcommand{\cfttabpresnum}{Tab. } \renewcommand{\cfttabpresnum}{Tab. }
\renewcommand{\cftfigpresnum}{Abb. } \renewcommand{\cftfigpresnum}{Abb. }
\settowidth{\cfttabnumwidth}{Abb. 10\quad} \settowidth{\cfttabnumwidth}{Abb. 10\quad}
\settowidth{\cftfignumwidth}{Abb. 10\quad} \settowidth{\cftfignumwidth}{Abb. 10\quad}
\singlespacing \singlespacing
\rhead{$if(lang)$INHALTSVERZEICHNIS$else$TABLE OF CONTENTS$endif$} \rhead{$if(lang)$INHALTSVERZEICHNIS$else$TABLE OF CONTENTS$endif$}
\renewcommand{\contentsname}{I $if(lang)$Inhaltsverzeichnis$else$Table of contents$endif$} \renewcommand{\contentsname}{I $if(lang)$Inhaltsverzeichnis$else$Table of contents$endif$}
\phantomsection \phantomsection
\addcontentsline{toc}{section}{\texorpdfstring{I \hspace{0.35em}$if(lang)$Inhaltsverzeichnis$else$Table of contents$endif$}{$if(lang)$Inhaltsverzeichnis$else$Table of contents$endif$}} \addcontentsline{toc}{section}{\texorpdfstring{I \hspace{0.35em}$if(lang)$Inhaltsverzeichnis$else$Table of contents$endif$}{$if(lang)$Inhaltsverzeichnis$else$Table of contents$endif$}}
\addtocounter{section}{1} \addtocounter{section}{1}
\tableofcontents \tableofcontents
\pagebreak \pagebreak
} }
$endif$ $endif$
$if(lot)$ $if(lot)$
\rhead{$if(lang)$TABELLENVERZEICHNIS$else$LIST OF TABLES$endif$} % ----------------------------------------------------------------------------------------------------------
\pagebreak % Tabellenverzeichnis
\listoftables % ----------------------------------------------------------------------------------------------------------
\rhead{$if(lang)$TABELLENVERZEICHNIS$else$LIST OF TABLES$endif$}
\listoftables
\pagebreak
$endif$ $endif$
$if(lof)$ $if(lof)$
$if(lot)$ % ----------------------------------------------------------------------------------------------------------
% Workaround for the HEADING if you don't use a list of tables % Abbildungsverzeichnis
$else$ % ----------------------------------------------------------------------------------------------------------
\rhead{$if(lang)$ABBILDUNGSVERZEICHNIS$else$LIST OF FIGURES$endif$} \rhead{$if(lang)$ABBILDUNGSVERZEICHNIS$else$LIST OF FIGURES$endif$}
$endif$ \listoffigures
\listoffigures \pagebreak
\pagebreak
$endif$ $endif$
$if(abk)$ $if(abk)$
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
% Abkürzungen % Abkürzungsverzeichnis
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
\section{Abkürzungsverzeichnis} \rhead{$if(lang)$ABKÜRZUNGSVERZEICHNIS$else$LIST OF ABBREVIATIONS$endif$}
\begin{acronym}[OSGi] % längste Abkürzung steht in eckigen Klammern \section{Abkürzungsverzeichnis}
\setlength{\itemsep}{-\parsep} % geringerer Zeilenabstand \begin{acronym}[OSGi] % längste Abkürzung steht in eckigen Klammern
\acro{OSGi}{Open Service Gateway initiative} \setlength{\itemsep}{-\parsep} % geringerer Zeilenabstand
\end{acronym} \acro{OSGi}{Open Service Gateway initiative}
\newpage \end{acronym}
\newpage
$endif$ $endif$
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
@ -415,7 +420,7 @@ $endif$
$body$ $body$
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
% Literatur % Literaturverzeichnis
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
$if(natbib)$ $if(natbib)$

Loading…
Cancel
Save