docs/ps-bericht-ibm

annotate ps-bericht.tex @ 38:c64bd51d3dd6

adjusted main to rename; minor text improvements
author schnalke@localhost.localdomain
date Tue, 17 Jun 2008 14:26:49 +0200
parents f7bc5299e59b
children f1431d0cafdc
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}
schnalke@0 39 \include{fazit}
schnalke@0 40
schnalke@0 41
schnalke@0 42 \appendix
schnalke@28 43 \listoffigures
schnalke@35 44 Abbildungen ohne Herkunftshinweis stammen aus dem Projekt.
schnalke@35 45
schnalke@38 46 \input{referenzen}
schnalke@0 47
schnalke@0 48
schnalke@0 49 \end{document}