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 wrap: on
line source

% @file
% @brief   Praxissemesterbericht IBM
% @author  markus schnalke <meillo@marmaro.de>
% @since   2008-05-05


\documentclass[a4paper]{scrreprt}

  \usepackage[utf8]{inputenc}
  \usepackage{ngerman}
  \usepackage{graphicx}
  \usepackage{listings}
  \usepackage[automark]{scrpage2}

  \setkomafont{sectioning}{\normalfont\normalcolor\bfseries}
  \setlength{\parindent}{0em}
  \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex}
  \setcounter{tocdepth}{3}

  \pagestyle{scrheadings}
  \ifoot[\textsc{Markus Schnalke}]{\textsc{Markus Schnalke}}
  \cfoot[]{}
  \ofoot[\thepage]{\thepage}

  \newcommand{\ibm}{\emph{IBM}}

\begin{document}


\include{titel}
\tableofcontents


\include{vorwort}
\include{das-unternehmen}
\include{das-projekt}
\include{taetigkeit}
\include{fazit}


\appendix
\listoffigures
\input{software-used}


\end{document}