view thesis/thesis.tex @ 238:d60e5843db7f

moved text from ch04 to ch01
author meillo@marmaro.de
date Sat, 10 Jan 2009 22:26:29 +0100
parents b08be036783d
children 655e0a2f8ca6
line wrap: on
line source

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

\documentclass[a4paper]{report}
\usepackage{thesis}

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

\begin{document}
\pagenumbering{roman}
\pagestyle{empty}

\include{tex/titlepage}
\include{tex/abstract}
\include{tex/dedication}

\cleardoublepage
\pagestyle{headings}
\tableofcontents
%\listoffigures
%\listoftables

\include{tex/0-preface}
\setcounter{page}{0}
\pagenumbering{arabic}

\include{tex/1-Introduction}
\include{tex/2-MarketAnalysis}
\include{tex/3-MailTransferAgents}
\include{tex/4-MasqmailsFuture}
\include{tex/5-Improvements}
\include{tex/6-NewDesign}
\include{tex/7-Summary}

\cleardoublepage
\setcounter{page}{0}
\pagenumbering{alph}
\appendix
\include{tex/official}

% BIBLIOGRAPHY
\pagestyle{plain}
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{alpha}
\bibliography{bib/thesis}
\bibliographystyleweb{plain}
\bibliographyweb{bib/websites}

% INDEX
\cleardoublepage
\addcontentsline{toc}{chapter}{Index}
\printindex

\end{document}