view thesis/thesis.tex @ 55:56fd50f9bbf3

reworked text; added MTA definitions; added references; more
author meillo@marmaro.de
date Wed, 15 Oct 2008 22:54:56 +0200
parents da11c1b9e8cb
children a3a470d884bd
line wrap: on
line source

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

\documentclass[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
%\listoffigures
%\listoftables
\include{tex/0-preface}
\setcounter{page}{0}
\pagenumbering{arabic}


%\include{tex/foo}
\part{Mail transfer agents}
\include{tex/1-Introduction}
\include{tex/1-Candidates}
\include{tex/1-Comparision}
\include{tex/1-Masqmail}

\part{The masqmail project}
\include{tex/2-FreeSoftwareProjects}
\include{tex/2-BecomingProjectLeader}
\include{tex/2-ProjectManagement}

\part{Security}
\include{tex/3-General}
\include{tex/3-Concrete}
\include{tex/3-SecurityTesting}
\include{tex/3-SecuringPrograms}

\part{Improvements}
\include{tex/4-PlansAndGoals}
\include{tex/4-Ideas}

\part{Summary}
\include{tex/5-Summary}
\include{tex/5-Future}


\appendix
\setcounter{page}{0}
\pagenumbering{alph}
%\addcontentsline{toc}{chapter}{List of Figures}
%\addcontentsline{toc}{chapter}{List of Tables}

% bibliography
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{alpha}
\bibliography{bib/thesis}
\cleardoublepage
\addcontentsline{toc}{chapter}{References on the Internet}
\bibliographystyleweb{plain}
\bibliographyweb{bib/websites}

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