docs/diploma

view thesis/thesis.tex @ 173:c51f1be54224

wrote about spam prevention and malware checking
author meillo@marmaro.de
date Tue, 23 Dec 2008 13:13:05 +0100
parents fa086dbbdf10
children aab8499c9f2f
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,twoside,openright]{report}
7 \usepackage{thesis}
9 \title{diploma thesis about masqmail}
10 \author{markus schnalke}
11 \date{2008-09-16}
13 \begin{document}
14 \pagenumbering{roman}
15 \pagestyle{empty}
17 \include{tex/pretitle}
18 \include{tex/abstract}
19 \include{tex/titlepage}
20 \include{tex/dedication}
22 \cleardoublepage
23 \pagestyle{headings}
24 \tableofcontents
25 %\listoffigures
26 %\listoftables
28 \include{tex/0-preface}
29 \setcounter{page}{0}
30 \pagenumbering{arabic}
32 \include{tex/1-Introduction}
33 \include{tex/2-MarketAnalysis}
34 \include{tex/3-MailTransferAgents}
35 \include{tex/4-MasqmailsFuture}
36 \include{tex/5-Improvements}
37 \include{tex/6-Release}
38 \include{tex/7-Summary}
40 \cleardoublepage
41 \setcounter{page}{0}
42 \pagenumbering{alph}
43 \appendix
44 \include{tex/official}
46 % BIBLIOGRAPHY
47 \pagestyle{plain}
48 \addcontentsline{toc}{chapter}{Bibliography}
49 \bibliographystyle{alpha}
50 \bibliography{bib/thesis}
51 \bibliographystyleweb{plain}
52 \bibliographyweb{bib/websites}
54 % INDEX
55 \cleardoublepage
56 \addcontentsline{toc}{chapter}{Index}
57 \printindex
59 \end{document}