docs/ps-bericht-ibm

view ps-bericht.tex @ 45:f1431d0cafdc

moved text about the expos to separate file, and added content there
author meillo@marmaro.de
date Tue, 26 Aug 2008 13:38:41 +0200
parents c64bd51d3dd6
children
line source
1 % @file
2 % @brief Praxissemesterbericht IBM
3 % @author markus schnalke <meillo@marmaro.de>
4 % @since 2008-05-05
7 \documentclass[a4paper]{scrreprt}
9 \usepackage[utf8]{inputenc}
10 \usepackage{ngerman}
11 \usepackage{graphicx}
12 \usepackage{listings}
13 \usepackage[automark]{scrpage2}
15 \setkomafont{sectioning}{\normalfont\normalcolor\bfseries}
16 \setlength{\parindent}{0em}
17 \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
18 \setcounter{tocdepth}{3}
20 \pagestyle{scrheadings}
21 \ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
22 \cfoot[]{}
23 \ofoot[\thepage]{\thepage}
25 \newcommand{\ibm}{\emph{IBM}}
26 \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
28 \begin{document}
31 \include{titel}
32 \tableofcontents
35 \include{vorwort}
36 \include{das-unternehmen}
37 \include{das-projekt}
38 \include{taetigkeit}
39 \include{oeffentlichkeit}
40 \include{fazit}
43 \appendix
44 \listoffigures
45 Abbildungen ohne Herkunftshinweis stammen aus dem Projekt.
47 \input{referenzen}
50 \end{document}