docs/diploma

view thesis/thesis.tex @ 26:fb9ba63f6957

changed to new thesis structure; moved text pieces away; updated project plan
author meillo@marmaro.de
date Sat, 04 Oct 2008 19:56:20 +0200
parents 563205a1b07e
children b3ba69ef35ab
line source
1 % @file
2 % @brief diploma thesis about masqmail
3 % @author markus schnalke <meillo@marmaro.de>
4 % @since 2008-09-16
6 \documentclass[english,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}
15 \pagenumbering{roman}
16 \include{tex/cover}
17 \include{tex/titlepage}
18 \include{tex/official}
19 \include{tex/dedication}
20 \cleardoublepage
21 \tableofcontents
22 \listoffigures
23 \listoftables
24 \include{tex/0-preface}
25 \setcounter{page}{0}
26 \pagenumbering{arabic}
29 %\include{tex/foo}
30 \part{Mail transfer agents}
31 \include{tex/1-Introduction}
32 \include{tex/1-Candidates}
33 \include{tex/1-Comparision}
34 \include{tex/1-Masqmail}
36 \part{The masqmail project}
37 \include{tex/2-FreeSoftwareProjects}
38 \include{tex/2-BecomingProjectLeader}
39 \include{tex/2-ProjectManagement}
41 \part{Security}
42 \include{tex/3-General}
43 \include{tex/3-Concrete}
44 \include{tex/3-SecurityTesting}
45 \include{tex/3-SecuringPrograms}
47 \part{Improvements}
48 \include{tex/4-PlansAndGoals}
49 \include{tex/4-Ideas}
51 \part{Summary}
52 \include{tex/5-Summary}
53 \include{tex/5-Future}
56 \appendix
57 %\setcounter{page}{0}
58 %\pagenumbering{Roman}
59 %\addcontentsline{toc}{chapter}{List of Figures}
60 %\addcontentsline{toc}{chapter}{List of Tables}
62 % bibliography
63 \addcontentsline{toc}{chapter}{Bibliography}
64 \bibliographystyle{gerapali}
65 \bibliography{bib/thesis}
67 \addcontentsline{toc}{chapter}{Index}
68 \printindex
69 \end{document}