docs/diploma

view thesis/thesis.tex @ 191:74a6cbdc7255

new book and small changes
author meillo@marmaro.de
date Tue, 30 Dec 2008 13:34:08 +0100
parents aab8499c9f2f
children b08be036783d
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 \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/titlepage}
18 \include{tex/abstract}
19 \include{tex/dedication}
21 \cleardoublepage
22 \pagestyle{headings}
23 \tableofcontents
24 %\listoffigures
25 %\listoftables
27 \include{tex/0-preface}
28 \setcounter{page}{0}
29 \pagenumbering{arabic}
31 \include{tex/1-Introduction}
32 \include{tex/2-MarketAnalysis}
33 \include{tex/3-MailTransferAgents}
34 \include{tex/4-MasqmailsFuture}
35 \include{tex/5-Improvements}
36 \include{tex/7-Summary}
38 \cleardoublepage
39 \setcounter{page}{0}
40 \pagenumbering{alph}
41 \appendix
42 \include{tex/official}
44 % BIBLIOGRAPHY
45 \pagestyle{plain}
46 \addcontentsline{toc}{chapter}{Bibliography}
47 \bibliographystyle{alpha}
48 \bibliography{bib/thesis}
49 \bibliographystyleweb{plain}
50 \bibliographyweb{bib/websites}
52 % INDEX
53 \cleardoublepage
54 \addcontentsline{toc}{chapter}{Index}
55 \printindex
57 \end{document}