docs/ps-bericht-ibm

annotate ps-bericht.tex @ 17:2fd6859d238d

added introduction
author schnalke@localhost.localdomain
date Wed, 14 May 2008 12:58:35 +0200
parents de3d14ca2b7a
children a07028d2fe9e
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 \pagestyle{scrheadings}
schnalke@0 19 \setcounter{tocdepth}{3}
schnalke@0 20
schnalke@0 21 \newcommand{\ibm}{\emph{IBM}}
schnalke@0 22
schnalke@0 23 \begin{document}
schnalke@0 24
schnalke@0 25
schnalke@0 26
schnalke@0 27 \include{titel}
schnalke@0 28
schnalke@0 29 \tableofcontents
schnalke@0 30
schnalke@17 31 \include{vorwort}
schnalke@0 32
schnalke@0 33 \include{das-unternehmen}
schnalke@0 34
schnalke@0 35 \include{das-projekt}
schnalke@0 36
schnalke@0 37 \include{taetigkeit}
schnalke@0 38
schnalke@0 39 \include{fazit}
schnalke@0 40
schnalke@0 41
schnalke@0 42
schnalke@0 43
schnalke@0 44
schnalke@0 45
schnalke@0 46
schnalke@0 47 \appendix
schnalke@0 48
schnalke@0 49 \input{software-used}
schnalke@0 50
schnalke@0 51
schnalke@0 52
schnalke@0 53
schnalke@0 54
schnalke@0 55
schnalke@0 56 \end{document}