Mercurial > docs > ps-bericht-maka
comparison main.tex @ 0:f3982c724ecf final
initial commit
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 15 Apr 2007 02:44:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f3982c724ecf |
---|---|
1 % @file | |
2 % @brief PS-Bericht | |
3 % @author markus schnalke <meillo@marmaro.de> | |
4 % @since 2007-02-17 | |
5 | |
6 | |
7 \documentclass[a4paper]{scrartcl} | |
8 | |
9 | |
10 \usepackage[T1]{fontenc} | |
11 \usepackage[latin1]{inputenc} | |
12 \usepackage{ngerman} | |
13 \usepackage{graphicx} | |
14 \usepackage[automark]{scrpage2} | |
15 \input{Style01} | |
16 | |
17 | |
18 \begin{document} | |
19 | |
20 | |
21 | |
22 \input{Titel} | |
23 | |
24 \tableofcontents | |
25 | |
26 | |
27 | |
28 \newpage | |
29 \part{Einleitung} | |
30 | |
31 \input{Vorwort} | |
32 | |
33 \newpage | |
34 \input{DasUnternehmen} | |
35 | |
36 \newpage | |
37 \input{Rahmenbedingungen} | |
38 | |
39 | |
40 | |
41 \newpage | |
42 \part{Aufgabenbeschreibung} | |
43 | |
44 \input{Dbsrv} | |
45 | |
46 \include{Eis} | |
47 | |
48 \include{Montis} | |
49 | |
50 \include{TranslatorDb} | |
51 | |
52 \include{Dokumentation} | |
53 | |
54 | |
55 \newpage | |
56 \part{Abschließend} | |
57 | |
58 \input{Fazit} | |
59 | |
60 | |
61 \newpage | |
62 \appendix | |
63 | |
64 \listoffigures | |
65 | |
66 \input{Milestones} | |
67 | |
68 | |
69 \end{document} |