view thesis/thesis.tex @ 24:563205a1b07e

the header is now a package
author meillo@marmaro.de
date Thu, 02 Oct 2008 15:28:42 +0200
parents 445ff9d7964e
children fb9ba63f6957
line wrap: on
line source

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

\documentclass[english,a4paper,twoside,openright]{report}
\usepackage{thesis}

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

\begin{document}

\pagenumbering{roman}
\include{tex/cover}
\include{tex/titlepage}
\include{tex/official}
\include{tex/dedication}
\cleardoublepage
\tableofcontents
\include{tex/preface}

\setcounter{page}{0}
\pagenumbering{arabic}
\part{Purpose and structure}
\include{tex/about-mta}
\include{tex/about-masqmail}
\include{tex/foo}

\part{Security and Safety}
%\include{tex/foo}

\part{Enhancements}
%\include{tex/foo}

\part{Documentation, test and distribution}
%\include{tex/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{bib/thesis}

\addcontentsline{toc}{chapter}{Index}
\printindex
\end{document}