Mercurial > docs > diploma
comparison thesis/thesis.tex @ 8:1d35768e1643
first prototype of thesis (with some sample content)
author | meillo@marmaro.de |
---|---|
date | Thu, 18 Sep 2008 23:50:57 +0200 |
parents | |
children | 26ff7cb0cc12 |
comparison
equal
deleted
inserted
replaced
7:aaee5db4a206 | 8:1d35768e1643 |
---|---|
1 % @file | |
2 % @brief diploma thesis about masqmail | |
3 % @author markus schnalke <meillo@marmaro.de> | |
4 % @since 2008-09-16 | |
5 | |
6 | |
7 | |
8 \input{header} | |
9 | |
10 \begin{document} | |
11 | |
12 \pagenumbering{roman} | |
13 \include{titlepage} | |
14 \include{official} | |
15 \include{dedication} | |
16 \cleardoublepage | |
17 \tableofcontents | |
18 \include{preface} | |
19 | |
20 \setcounter{page}{0} | |
21 \pagenumbering{arabic} | |
22 \part{Purpose and structure} | |
23 \include{foo} | |
24 | |
25 \part{Security and Safety} | |
26 %\include{foo} | |
27 | |
28 \part{Enhancements} | |
29 %\include{foo} | |
30 | |
31 \part{Documentation, test and distribution} | |
32 %\include{foo} | |
33 hallo | |
34 | |
35 \appendix | |
36 \addcontentsline{toc}{chapter}{List of Figures} | |
37 \listoffigures | |
38 \addcontentsline{toc}{chapter}{List of Tables} | |
39 \listoftables | |
40 | |
41 % bibliography | |
42 \addcontentsline{toc}{chapter}{Bibliography} | |
43 \bibliographystyle{gerapali} | |
44 \bibliography{thesis} | |
45 | |
46 \addcontentsline{toc}{chapter}{Index} | |
47 \printindex | |
48 \end{document} |