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 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}
  % FIXME: these footers are not shown on all pages
  \ifoot{\textsc{Markus Schnalke}}
  \cfoot{}
  \ofoot{\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}