docs/ps-bericht-ibm

view ps-bericht.tex @ 28:a07028d2fe9e

added list of figures; added custom footer (does not work on all pages)
author schnalke@localhost.localdomain
date Mon, 16 Jun 2008 09:35:12 +0200
parents 2fd6859d238d
children 410e839fe8b6
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 % FIXME: these footers are not shown on all pages
22 \ifoot{\textsc{Markus Schnalke}}
23 \cfoot{}
24 \ofoot{\thepage}
26 \newcommand{\ibm}{\emph{IBM}}
28 \begin{document}
32 \include{titel}
34 \tableofcontents
36 \include{vorwort}
38 \include{das-unternehmen}
40 \include{das-projekt}
42 \include{taetigkeit}
44 \include{fazit}
52 \appendix
54 \listoffigures
56 \input{software-used}
63 \end{document}