changeset 153:a8a9961dc898

reordered cover and titlepage, removed empty appendix; minor stuff
author meillo@marmaro.de
date Tue, 16 Dec 2008 15:16:22 +0100 (2008-12-16)
parents 93c689de2671
children cc66f7f08e21
files thesis/thesis.tex
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/thesis/thesis.tex	Tue Dec 16 15:15:28 2008 +0100
+++ b/thesis/thesis.tex	Tue Dec 16 15:16:22 2008 +0100
@@ -12,13 +12,16 @@
 
 \begin{document}
 \pagenumbering{roman}
+\pagestyle{empty}
 
-\include{tex/cover}
 \include{tex/titlepage}
 \include{tex/official}
+\include{tex/cover}
 \include{tex/dedication}
+\include{tex/abstract}
 
 \cleardoublepage
+\pagestyle{headings}
 \tableofcontents
 %\listoffigures
 %\listoftables
@@ -36,13 +39,14 @@
 \include{tex/7-Summary}
 
 \cleardoublepage
-\appendix
-\addcontentsline{toc}{part}{APPENDIX}
-\part*{APPENDIX}
 \setcounter{page}{0}
 \pagenumbering{alph}
+%\appendix
+%\addcontentsline{toc}{part}{APPENDIX}
+%\part*{APPENDIX}
 
 % BIBLIOGRAPHY
+\pagestyle{plain}
 \addcontentsline{toc}{chapter}{Bibliography}
 \bibliographystyle{alpha}
 \bibliography{bib/thesis}