changeset 56:a3a470d884bd

nothing important
author meillo@marmaro.de
date Fri, 17 Oct 2008 12:53:40 +0200
parents 56fd50f9bbf3
children 1412d283624a
files thesis/thesis.tex
diffstat 1 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/thesis/thesis.tex	Wed Oct 15 22:54:56 2008 +0200
+++ b/thesis/thesis.tex	Fri Oct 17 12:53:40 2008 +0200
@@ -11,22 +11,22 @@
 \date{2008-09-16}
 
 \begin{document}
+\pagenumbering{roman}
 
-\pagenumbering{roman}
 \include{tex/cover}
 \include{tex/titlepage}
 \include{tex/official}
 \include{tex/dedication}
+
 \cleardoublepage
 \tableofcontents
-%\listoffigures
-%\listoftables
+\listoffigures
+\listoftables
+
 \include{tex/0-preface}
 \setcounter{page}{0}
 \pagenumbering{arabic}
 
-
-%\include{tex/foo}
 \part{Mail transfer agents}
 \include{tex/1-Introduction}
 \include{tex/1-Candidates}
@@ -53,22 +53,26 @@
 \include{tex/5-Future}
 
 
-\appendix
+\cleardoublepage
 \setcounter{page}{0}
 \pagenumbering{alph}
-%\addcontentsline{toc}{chapter}{List of Figures}
-%\addcontentsline{toc}{chapter}{List of Tables}
+\appendix
+%\addcontentsline{toc}{part}{APPENDIX}
+%\part*{APPENDIX}
 
-% bibliography
+% BIBLIOGRAPHY
 \addcontentsline{toc}{chapter}{Bibliography}
 \bibliographystyle{alpha}
 \bibliography{bib/thesis}
+
 \cleardoublepage
 \addcontentsline{toc}{chapter}{References on the Internet}
 \bibliographystyleweb{plain}
 \bibliographyweb{bib/websites}
 
+% INDEX
 \cleardoublepage
 \addcontentsline{toc}{chapter}{Index}
 \printindex
+
 \end{document}