diff thesis/thesis.tex @ 8:1d35768e1643

first prototype of thesis (with some sample content)
author meillo@marmaro.de
date Thu, 18 Sep 2008 23:50:57 +0200
parents
children 26ff7cb0cc12
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thesis/thesis.tex	Thu Sep 18 23:50:57 2008 +0200
@@ -0,0 +1,48 @@
+% @file
+% @brief   diploma thesis about masqmail
+% @author  markus schnalke <meillo@marmaro.de>
+% @since   2008-09-16
+
+
+
+\input{header}
+
+\begin{document}
+
+\pagenumbering{roman}
+\include{titlepage}
+\include{official}
+\include{dedication}
+\cleardoublepage
+\tableofcontents
+\include{preface}
+
+\setcounter{page}{0}
+\pagenumbering{arabic}
+\part{Purpose and structure}
+\include{foo}
+
+\part{Security and Safety}
+%\include{foo}
+
+\part{Enhancements}
+%\include{foo}
+
+\part{Documentation, test and distribution}
+%\include{foo}
+hallo
+
+\appendix
+\addcontentsline{toc}{chapter}{List of Figures}
+\listoffigures
+\addcontentsline{toc}{chapter}{List of Tables}
+\listoftables
+
+% bibliography
+\addcontentsline{toc}{chapter}{Bibliography}
+\bibliographystyle{gerapali}
+\bibliography{thesis}
+
+\addcontentsline{toc}{chapter}{Index}
+\printindex
+\end{document}