docs/ps-bericht-ibm

annotate 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
rev   line source
schnalke@0 1 % @file
schnalke@0 2 % @brief Praxissemesterbericht IBM
schnalke@0 3 % @author markus schnalke <meillo@marmaro.de>
schnalke@0 4 % @since 2008-05-05
schnalke@0 5
schnalke@0 6
schnalke@0 7 \documentclass[a4paper]{scrreprt}
schnalke@0 8
schnalke@0 9 \usepackage[utf8]{inputenc}
schnalke@0 10 \usepackage{ngerman}
schnalke@0 11 \usepackage{graphicx}
schnalke@0 12 \usepackage{listings}
schnalke@0 13 \usepackage[automark]{scrpage2}
schnalke@0 14
schnalke@0 15 \setkomafont{sectioning}{\normalfont\normalcolor\bfseries}
schnalke@0 16 \setlength{\parindent}{0em}
schnalke@0 17 \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
schnalke@0 18 \setcounter{tocdepth}{3}
schnalke@0 19
schnalke@28 20 \pagestyle{scrheadings}
schnalke@34 21 \ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
schnalke@34 22 \cfoot[]{}
schnalke@34 23 \ofoot[\thepage]{\thepage}
schnalke@28 24
schnalke@28 25 \newcommand{\ibm}{\emph{IBM}}
schnalke@35 26 \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}
schnalke@0 27
schnalke@0 28 \begin{document}
schnalke@0 29
schnalke@0 30
schnalke@0 31 \include{titel}
schnalke@0 32 \tableofcontents
schnalke@0 33
schnalke@34 34
schnalke@17 35 \include{vorwort}
schnalke@0 36 \include{das-unternehmen}
schnalke@0 37 \include{das-projekt}
schnalke@0 38 \include{taetigkeit}
meillo@45 39 \include{oeffentlichkeit}
schnalke@0 40 \include{fazit}
schnalke@0 41
schnalke@0 42
schnalke@0 43 \appendix
schnalke@28 44 \listoffigures
schnalke@35 45 Abbildungen ohne Herkunftshinweis stammen aus dem Projekt.
schnalke@35 46
schnalke@38 47 \input{referenzen}
schnalke@0 48
schnalke@0 49
schnalke@0 50 \end{document}