docs/diploma

view thesis/thesis.tex @ 159:da9a8f9f9081

changed layout
author meillo@marmaro.de
date Wed, 17 Dec 2008 15:12:42 +0100
parents a496788a30b3
children 4ac06b7b9bdf
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/titlepage}
18 \include{tex/official}
19 \include{tex/cover}
20 \include{tex/dedication}
21 \include{tex/abstract}
23 \cleardoublepage
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-Release}
39 \include{tex/7-Summary}
41 \cleardoublepage
42 \setcounter{page}{0}
43 \pagenumbering{alph}
44 %\appendix
45 %\addcontentsline{toc}{part}{APPENDIX}
46 %\part*{APPENDIX}
48 % BIBLIOGRAPHY
49 \pagestyle{plain}
50 \addcontentsline{toc}{chapter}{Bibliography}
51 \bibliographystyle{alpha}
52 \bibliography{bib/thesis}
53 \bibliographystyleweb{plain}
54 \bibliographyweb{bib/websites}
56 % INDEX
57 \cleardoublepage
58 \addcontentsline{toc}{chapter}{Index}
59 \printindex
61 \end{document}