docs/diploma

view thesis/thesis.tex @ 183:dfe52fdbbed7

added dump of masqmail spool files
author meillo@marmaro.de
date Sun, 28 Dec 2008 18:52:56 +0100
parents 9415e41e765e
children 84d27c22517c
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/7-Summary}
39 \cleardoublepage
40 \setcounter{page}{0}
41 \pagenumbering{alph}
42 \appendix
43 \include{tex/official}
45 % BIBLIOGRAPHY
46 \pagestyle{plain}
47 \addcontentsline{toc}{chapter}{Bibliography}
48 \bibliographystyle{alpha}
49 \bibliography{bib/thesis}
50 \bibliographystyleweb{plain}
51 \bibliographyweb{bib/websites}
53 % INDEX
54 \cleardoublepage
55 \addcontentsline{toc}{chapter}{Index}
56 \printindex
58 \end{document}