annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
1 % @file
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
2 % @brief diploma thesis about masqmail
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
3 % @author markus schnalke <meillo@marmaro.de>
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
4 % @since 2008-09-16
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
5
24
563205a1b07e the header is now a package
meillo@marmaro.de
parents: 20
diff changeset
6 \documentclass[english,a4paper,twoside,openright]{report}
563205a1b07e the header is now a package
meillo@marmaro.de
parents: 20
diff changeset
7 \usepackage{thesis}
563205a1b07e the header is now a package
meillo@marmaro.de
parents: 20
diff changeset
8
12
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
9 \title{diploma thesis about masqmail}
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
10 \author{markus schnalke}
26ff7cb0cc12 reorganization of tex files for titlepage and stuff
meillo@marmaro.de
parents: 8
diff changeset
11 \date{2008-09-16}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
12
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
13 \begin{document}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
14
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
15 \pagenumbering{roman}
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
16 \include{tex/cover}
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
17 \include{tex/titlepage}
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
18 \include{tex/official}
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
19 \include{tex/dedication}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
20 \cleardoublepage
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
21 \tableofcontents
33
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
22 %\listoffigures
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
23 %\listoftables
26
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
24 \include{tex/0-preface}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
25 \setcounter{page}{0}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
26 \pagenumbering{arabic}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
27
26
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
28
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
29 %\include{tex/foo}
26
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
30 \part{Mail transfer agents}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
31 \include{tex/1-Introduction}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
32 \include{tex/1-Candidates}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
33 \include{tex/1-Comparision}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
34 \include{tex/1-Masqmail}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
35
26
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
36 \part{The masqmail project}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
37 \include{tex/2-FreeSoftwareProjects}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
38 \include{tex/2-BecomingProjectLeader}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
39 \include{tex/2-ProjectManagement}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
40
26
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
41 \part{Security}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
42 \include{tex/3-General}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
43 \include{tex/3-Concrete}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
44 \include{tex/3-SecurityTesting}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
45 \include{tex/3-SecuringPrograms}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
46
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
47 \part{Improvements}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
48 \include{tex/4-PlansAndGoals}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
49 \include{tex/4-Ideas}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
50
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
51 \part{Summary}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
52 \include{tex/5-Summary}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
53 \include{tex/5-Future}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
54
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
55
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
56 \appendix
49
efb2d7b375ad new page numbering for appendix
meillo@marmaro.de
parents: 39
diff changeset
57 \setcounter{page}{0}
efb2d7b375ad new page numbering for appendix
meillo@marmaro.de
parents: 39
diff changeset
58 \pagenumbering{alph}
26
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
59 %\addcontentsline{toc}{chapter}{List of Figures}
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents: 24
diff changeset
60 %\addcontentsline{toc}{chapter}{List of Tables}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
61
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
62 % bibliography
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
63 \addcontentsline{toc}{chapter}{Bibliography}
39
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 33
diff changeset
64 %\bibliographystyle{gerapali}
e69780171a53 added bib entries; changed bib style
meillo@marmaro.de
parents: 33
diff changeset
65 \bibliographystyle{alpha}
15
0b3b806f4eb2 new directory structure; added content about MTAs and history
meillo@marmaro.de
parents: 12
diff changeset
66 \bibliography{bib/thesis}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
67
49
efb2d7b375ad new page numbering for appendix
meillo@marmaro.de
parents: 39
diff changeset
68 \clearpage
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
69 \addcontentsline{toc}{chapter}{Index}
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
70 \printindex
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
71 \end{document}