summaryrefslogtreecommitdiffstats
path: root/vorlagen/thesis/src/maindoc.tex
diff options
context:
space:
mode:
authorRefik Hadzialic2012-09-05 19:02:17 +0200
committerRefik Hadzialic2012-09-05 19:02:17 +0200
commit607b860f2954f915e258240a60ccf489c0d2cb89 (patch)
treef8d498740369ac24cab561f76d6e7955f9c1ea8e /vorlagen/thesis/src/maindoc.tex
parentRRLP corrections (diff)
downloadmalign-607b860f2954f915e258240a60ccf489c0d2cb89.tar.gz
malign-607b860f2954f915e258240a60ccf489c0d2cb89.tar.xz
malign-607b860f2954f915e258240a60ccf489c0d2cb89.zip
Changes
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}