docs/ps-bericht-ibm

view 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
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}}
27 \begin{document}
30 \include{titel}
31 \tableofcontents
34 \include{vorwort}
35 \include{das-unternehmen}
36 \include{das-projekt}
37 \include{taetigkeit}
38 \include{fazit}
41 \appendix
42 \listoffigures
43 \input{software-used}
46 \end{document}