Browse Source

Put table of figures, tables and listings after the table of contents

Carsten Porth 5 years ago
parent
commit
a4c163842d

+ 17 - 14
thesis/Masterthesis - Hybrid Online Social Networks - Carsten Porth.tex

@@ -17,6 +17,8 @@
 
   \maketitle
   
+  \pagenumbering{roman}
+  
   \input{tud/erklaerung}
 
   \selectlanguage{english}
@@ -29,35 +31,36 @@
   \begin{abstract}
   \input{content/00-abstract-de}  
   \end{abstract}
-
   \thispagestyle{empty}
   
   \selectlanguage{english}  
   \newpage
+  
   \tableofcontents
-  \thispagestyle{empty}
   \newpage
-  \thispagestyle{empty}
-  \quad 
-  \newpage
-  \pagenumbering{arabic}
-  \setcounter{page}{1}
   
-  \input{content}
-  
-  %Backmatter   
-  \clearpage
-
   \listoffigures
   \newpage
   
-  \listoftables  
+  \listoftables
+  \newpage
+  
+  \lstlistoflistings
   \newpage
+     
+  \cleardoublepage
+ 
+  \pagenumbering{arabic}
+  \setcounter{page}{1}
+  \input{content}
+     
+  \cleardoublepage
   
-  %Run bibtex to generate bibliography
   \bibliography{bib/bibliography}{}
   \bibliographystyle{plain}
   
+ \cleardoublepage
+ 
   \input{abbreviations}
 
 \end{document}

+ 1 - 1
thesis/header.tex

@@ -2,7 +2,7 @@
 
 %%%%%%%%%%%%%%%%
 %Some helpful packages and commands. Modify to your needs.
-\usepackage[nottoc]{tocbibind}
+\usepackage[nottoc,notlot,notlof]{tocbibind}
 \usepackage[english,ngerman]{babel}
 \usepackage[utf8]{inputenc}