adding comments to the directories

main
Sebastian Preisner 3 years ago
parent 7f484465b7
commit a5d5d80ce8

@ -329,10 +329,11 @@ $if(abstract)$
\end{abstract} \end{abstract}
$endif$ $endif$
$for(include-before)$
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
% Content % include-before Section
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
$for(include-before)$
$include-before$ $include-before$
$endfor$ $endfor$
@ -342,13 +343,13 @@ $if(toc)$
$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. }
@ -368,24 +369,28 @@ $if(toc)$
$endif$ $endif$
$if(lot)$ $if(lot)$
% ----------------------------------------------------------------------------------------------------------
% Tabellenverzeichnis
% ----------------------------------------------------------------------------------------------------------
\rhead{$if(lang)$TABELLENVERZEICHNIS$else$LIST OF TABLES$endif$} \rhead{$if(lang)$TABELLENVERZEICHNIS$else$LIST OF TABLES$endif$}
\pagebreak
\listoftables \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
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
\rhead{$if(lang)$ABKÜRZUNGSVERZEICHNIS$else$LIST OF ABBREVIATIONS$endif$}
\section{Abkürzungsverzeichnis} \section{Abkürzungsverzeichnis}
\begin{acronym}[OSGi] % längste Abkürzung steht in eckigen Klammern \begin{acronym}[OSGi] % längste Abkürzung steht in eckigen Klammern
\setlength{\itemsep}{-\parsep} % geringerer Zeilenabstand \setlength{\itemsep}{-\parsep} % geringerer Zeilenabstand
@ -415,7 +420,7 @@ $endif$
$body$ $body$
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
% Literatur % Literaturverzeichnis
% ---------------------------------------------------------------------------------------------------------- % ----------------------------------------------------------------------------------------------------------
$if(natbib)$ $if(natbib)$

Loading…
Cancel
Save