adding comments to the directories

main
Sebastian Preisner 3 years ago
parent 7f484465b7
commit a5d5d80ce8

@ -329,10 +329,11 @@ $if(abstract)$
\end{abstract}
$endif$
$for(include-before)$
% ----------------------------------------------------------------------------------------------------------
% Content
% include-before Section
% ----------------------------------------------------------------------------------------------------------
$for(include-before)$
$include-before$
$endfor$
@ -342,13 +343,13 @@ $if(toc)$
$endif$
{
$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$
\setcounter{tocdepth}{$toc-depth$}
% ----------------------------------------------------------------------------------------------------------
% Verzeichnisse
% Inhaltsverzeichnis
% ----------------------------------------------------------------------------------------------------------
% TODO Typ vor Nummer
\renewcommand{\cfttabpresnum}{Tab. }
@ -368,24 +369,28 @@ $if(toc)$
$endif$
$if(lot)$
% ----------------------------------------------------------------------------------------------------------
% Tabellenverzeichnis
% ----------------------------------------------------------------------------------------------------------
\rhead{$if(lang)$TABELLENVERZEICHNIS$else$LIST OF TABLES$endif$}
\pagebreak
\listoftables
\pagebreak
$endif$
$if(lof)$
$if(lot)$
% Workaround for the HEADING if you don't use a list of tables
$else$
% ----------------------------------------------------------------------------------------------------------
% Abbildungsverzeichnis
% ----------------------------------------------------------------------------------------------------------
\rhead{$if(lang)$ABBILDUNGSVERZEICHNIS$else$LIST OF FIGURES$endif$}
$endif$
\listoffigures
\pagebreak
$endif$
$if(abk)$
% ----------------------------------------------------------------------------------------------------------
% Abkürzungen
% Abkürzungsverzeichnis
% ----------------------------------------------------------------------------------------------------------
\rhead{$if(lang)$ABKÜRZUNGSVERZEICHNIS$else$LIST OF ABBREVIATIONS$endif$}
\section{Abkürzungsverzeichnis}
\begin{acronym}[OSGi] % längste Abkürzung steht in eckigen Klammern
\setlength{\itemsep}{-\parsep} % geringerer Zeilenabstand
@ -415,7 +420,7 @@ $endif$
$body$
% ----------------------------------------------------------------------------------------------------------
% Literatur
% Literaturverzeichnis
% ----------------------------------------------------------------------------------------------------------
$if(natbib)$

Loading…
Cancel
Save