docs/ps-bericht-ibm

annotate 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
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@28 21 % FIXME: these footers are not shown on all pages
schnalke@28 22 \ifoot{\textsc{Markus Schnalke}}
schnalke@28 23 \cfoot{}
schnalke@28 24 \ofoot{\thepage}
schnalke@28 25
schnalke@28 26 \newcommand{\ibm}{\emph{IBM}}
schnalke@0 27
schnalke@0 28 \begin{document}
schnalke@0 29
schnalke@0 30
schnalke@0 31
schnalke@0 32 \include{titel}
schnalke@0 33
schnalke@0 34 \tableofcontents
schnalke@0 35
schnalke@17 36 \include{vorwort}
schnalke@0 37
schnalke@0 38 \include{das-unternehmen}
schnalke@0 39
schnalke@0 40 \include{das-projekt}
schnalke@0 41
schnalke@0 42 \include{taetigkeit}
schnalke@0 43
schnalke@0 44 \include{fazit}
schnalke@0 45
schnalke@0 46
schnalke@0 47
schnalke@0 48
schnalke@0 49
schnalke@0 50
schnalke@0 51
schnalke@0 52 \appendix
schnalke@0 53
schnalke@28 54 \listoffigures
schnalke@28 55
schnalke@0 56 \input{software-used}
schnalke@0 57
schnalke@0 58
schnalke@0 59
schnalke@0 60
schnalke@0 61
schnalke@0 62
schnalke@0 63 \end{document}