Mercurial > docs > ps-bericht-ibm
comparison ps-bericht.tex @ 0:de3d14ca2b7a
inital commit
author | schnalke@localhost.localdomain |
---|---|
date | Wed, 07 May 2008 08:15:25 +0200 |
parents | |
children | 2fd6859d238d |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:de3d14ca2b7a |
---|---|
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 | |
31 | |
32 \include{das-unternehmen} | |
33 | |
34 \include{das-projekt} | |
35 | |
36 \include{taetigkeit} | |
37 | |
38 \include{fazit} | |
39 | |
40 | |
41 | |
42 | |
43 | |
44 | |
45 | |
46 \appendix | |
47 | |
48 \input{software-used} | |
49 | |
50 | |
51 | |
52 | |
53 | |
54 | |
55 \end{document} |