view thesis/thesis.tex @ 409:ca763bd8c809 default tip

Added tag final version which I handed in for changeset ee7211546c02
author meillo@marmaro.de
date Wed, 11 Feb 2009 08:55:32 +0100
parents d6ff5728dcd1
children
line wrap: on
line source

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

\documentclass[a4paper]{report}
%\documentclass[a4paper,draft]{report} % todo: find overfull hboxes with that
\usepackage{thesis}

\title{masqmail}
\author{markus schnalke}
\date{2009-02-09}

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

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

\clearpage
\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-Summary}

\clearpage
\setcounter{page}{0}
\pagenumbering{alph}
\appendix

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

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

\end{document}