docs/diploma

view thesis/thesis.tex @ 401:d6ff5728dcd1

updated meta data of the pdf file
author meillo@marmaro.de
date Sat, 07 Feb 2009 23:48:48 +0100
parents acbdd61c4f61
children
line source
1 % @file
2 % @brief diploma thesis about masqmail
3 % @author markus schnalke <meillo@marmaro.de>
4 % @since 2008-09-16
6 \documentclass[a4paper]{report}
7 %\documentclass[a4paper,draft]{report} % todo: find overfull hboxes with that
8 \usepackage{thesis}
10 \title{masqmail}
11 \author{markus schnalke}
12 \date{2009-02-09}
14 \begin{document}
15 \pagenumbering{roman}
16 \pagestyle{empty}
18 \include{tex/titlepage}
19 \include{tex/abstract}
20 \include{tex/official}
21 \include{tex/dedication}
23 \clearpage
24 \pagestyle{headings}
25 \tableofcontents
26 %\listoffigures
27 %\listoftables
29 \include{tex/0-preface}
30 \setcounter{page}{0}
31 \pagenumbering{arabic}
33 \include{tex/1-Introduction}
34 \include{tex/2-MarketAnalysis}
35 \include{tex/3-MailTransferAgents}
36 \include{tex/4-MasqmailsFuture}
37 \include{tex/5-Improvements}
38 \include{tex/6-Summary}
40 \clearpage
41 \setcounter{page}{0}
42 \pagenumbering{alph}
43 \appendix
45 % BIBLIOGRAPHY
46 \pagestyle{plain}
47 \addcontentsline{toc}{chapter}{Bibliography}
48 \bibliographystyle{alpha}
49 \bibliography{bib/thesis}
50 \bibliographystyleweb{plain}
51 \bibliographyweb{bib/websites}
52 \include{tex/rfcs}
54 % INDEX
55 \clearpage
56 \addcontentsline{toc}{chapter}{Index}
57 \printindex
59 \end{document}