docs/diploma

view thesis/thesis.tex @ 49:efb2d7b375ad

new page numbering for appendix
author meillo@marmaro.de
date Tue, 14 Oct 2008 19:43:31 +0200
parents e69780171a53
children da11c1b9e8cb
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{alph}
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 \bibliographystyle{alpha}
66 \bibliography{bib/thesis}
68 \clearpage
69 \addcontentsline{toc}{chapter}{Index}
70 \printindex
71 \end{document}