0
|
1 % @file
|
|
2 % @brief Praxissemesterbericht IBM
|
|
3 % @author markus schnalke <meillo@marmaro.de>
|
|
4 % @since 2008-05-05
|
|
5
|
|
6
|
|
7 \documentclass[a4paper]{scrreprt}
|
|
8
|
|
9 \usepackage[utf8]{inputenc}
|
|
10 \usepackage{ngerman}
|
|
11 \usepackage{graphicx}
|
|
12 \usepackage{listings}
|
|
13 \usepackage[automark]{scrpage2}
|
|
14
|
|
15 \setkomafont{sectioning}{\normalfont\normalcolor\bfseries}
|
|
16 \setlength{\parindent}{0em}
|
|
17 \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
|
|
18 \pagestyle{scrheadings}
|
|
19 \setcounter{tocdepth}{3}
|
|
20
|
|
21 \newcommand{\ibm}{\emph{IBM}}
|
|
22
|
|
23 \begin{document}
|
|
24
|
|
25
|
|
26
|
|
27 \include{titel}
|
|
28
|
|
29 \tableofcontents
|
|
30
|
17
|
31 \include{vorwort}
|
0
|
32
|
|
33 \include{das-unternehmen}
|
|
34
|
|
35 \include{das-projekt}
|
|
36
|
|
37 \include{taetigkeit}
|
|
38
|
|
39 \include{fazit}
|
|
40
|
|
41
|
|
42
|
|
43
|
|
44
|
|
45
|
|
46
|
|
47 \appendix
|
|
48
|
|
49 \input{software-used}
|
|
50
|
|
51
|
|
52
|
|
53
|
|
54
|
|
55
|
|
56 \end{document}
|