docs/diploma

view thesis/thesis.tex @ 169:fa086dbbdf10

split cover from main document
author meillo@marmaro.de
date Fri, 19 Dec 2008 23:35:38 +0100
parents 74151e26ba6a
children 9415e41e765e
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 \addcontentsline{toc}{part}{APPENDIX}
45 \part*{APPENDIX}
46 \include{tex/official}
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}