docs/ps-bericht-ibm

annotate ps-bericht.tex @ 34:410e839fe8b6

footers now work like expected
author schnalke@localhost.localdomain
date Mon, 16 Jun 2008 18:16:22 +0200
parents a07028d2fe9e
children f7bc5299e59b
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@0 26
schnalke@0 27 \begin{document}
schnalke@0 28
schnalke@0 29
schnalke@0 30 \include{titel}
schnalke@0 31 \tableofcontents
schnalke@0 32
schnalke@34 33
schnalke@17 34 \include{vorwort}
schnalke@0 35 \include{das-unternehmen}
schnalke@0 36 \include{das-projekt}
schnalke@0 37 \include{taetigkeit}
schnalke@0 38 \include{fazit}
schnalke@0 39
schnalke@0 40
schnalke@0 41 \appendix
schnalke@28 42 \listoffigures
schnalke@0 43 \input{software-used}
schnalke@0 44
schnalke@0 45
schnalke@0 46 \end{document}