view ps-bericht.tex @ 38:c64bd51d3dd6

adjusted main to rename; minor text improvements
author schnalke@localhost.localdomain
date Tue, 17 Jun 2008 14:26:49 +0200
parents f7bc5299e59b
children f1431d0cafdc
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{fazit}


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

\input{referenzen}


\end{document}