summaryrefslogtreecommitdiffstats
path: root/vorlagen/thesis/src/maindoc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'vorlagen/thesis/src/maindoc.tex')
-rw-r--r--vorlagen/thesis/src/maindoc.tex13
1 files changed, 12 insertions, 1 deletions
diff --git a/vorlagen/thesis/src/maindoc.tex b/vorlagen/thesis/src/maindoc.tex
index 3c40f23..d2be790 100644
--- a/vorlagen/thesis/src/maindoc.tex
+++ b/vorlagen/thesis/src/maindoc.tex
@@ -145,11 +145,12 @@ stepnumber=1, numbersep=5pt, numbers = none}
%\usepackage[disable=true]{todonotes}
+%ADDS LIST OF FIGURES AND TABLES TO INDEX
+%\usepackage{tocbibind}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Buntes (Grafiken, Links, Farben) %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%erlaubt Graphiken einzubinden
\usepackage{graphicx}
\usepackage{xcolor}
@@ -241,8 +242,18 @@ stepnumber=1, numbersep=5pt, numbers = none}
%% Literatur %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\selectbiblanguage{english}
+\cleardoublepage
+\addcontentsline{toc}{chapter}{List of tables}
\listoftables
+
+\cleardoublepage
+\addcontentsline{toc}{chapter}{List of figures}
\listoffigures
+
+%\cleardoublepage
+%\addcontentsline{toc}{chapter}{List of listings}
+%\lstlistoflistings
+
\bibliographystyle{abbrvnat}
\bibliography{bib/literatur}