view ps-bericht.tex @ 53:27a4243536d6 default tip

fixed dash-problem
author meillo@marmaro.de
date Thu, 04 Sep 2008 11:39:17 +0200
parents f1431d0cafdc
children
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}}
  \newcommand{\source}[1]{\hspace{1em}\textit{\scriptsize(Quelle: #1)}}

\begin{document}


\include{titel}
\tableofcontents


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


\appendix
\listoffigures
Abbildungen ohne Herkunftshinweis stammen aus dem Projekt.

\input{referenzen}


\end{document}