docs/diploma

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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thesis/thesis.tex	Thu Sep 18 23:50:57 2008 +0200
     1.3 @@ -0,0 +1,48 @@
     1.4 +% @file
     1.5 +% @brief   diploma thesis about masqmail
     1.6 +% @author  markus schnalke <meillo@marmaro.de>
     1.7 +% @since   2008-09-16
     1.8 +
     1.9 +
    1.10 +
    1.11 +\input{header}
    1.12 +
    1.13 +\begin{document}
    1.14 +
    1.15 +\pagenumbering{roman}
    1.16 +\include{titlepage}
    1.17 +\include{official}
    1.18 +\include{dedication}
    1.19 +\cleardoublepage
    1.20 +\tableofcontents
    1.21 +\include{preface}
    1.22 +
    1.23 +\setcounter{page}{0}
    1.24 +\pagenumbering{arabic}
    1.25 +\part{Purpose and structure}
    1.26 +\include{foo}
    1.27 +
    1.28 +\part{Security and Safety}
    1.29 +%\include{foo}
    1.30 +
    1.31 +\part{Enhancements}
    1.32 +%\include{foo}
    1.33 +
    1.34 +\part{Documentation, test and distribution}
    1.35 +%\include{foo}
    1.36 +hallo
    1.37 +
    1.38 +\appendix
    1.39 +\addcontentsline{toc}{chapter}{List of Figures}
    1.40 +\listoffigures
    1.41 +\addcontentsline{toc}{chapter}{List of Tables}
    1.42 +\listoftables
    1.43 +
    1.44 +% bibliography
    1.45 +\addcontentsline{toc}{chapter}{Bibliography}
    1.46 +\bibliographystyle{gerapali}
    1.47 +\bibliography{thesis}
    1.48 +
    1.49 +\addcontentsline{toc}{chapter}{Index}
    1.50 +\printindex
    1.51 +\end{document}