view thesis/thesis.tex @ 13:f4d199ebf793

new macros and relative fontsize for NAME
author meillo@marmaro.de
date Tue, 23 Sep 2008 22:23:55 +0200
parents 26ff7cb0cc12
children 0b3b806f4eb2
line wrap: on
line source

% @file
% @brief   diploma thesis about masqmail
% @author  markus schnalke <meillo@marmaro.de>
% @since   2008-09-16

\title{diploma thesis about masqmail}
\author{markus schnalke}
\date{2008-09-16}


\input{header}
\begin{document}

\pagenumbering{roman}
\include{cover}
\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}