view ps-bericht.tex @ 26:9d9e198cf876

added test about the trade fair and added pictures
author schnalke@localhost.localdomain
date Fri, 13 Jun 2008 09:30:49 +0200
parents 2fd6859d238d
children a07028d2fe9e
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}
  \pagestyle{scrheadings}
  \setcounter{tocdepth}{3}

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

\begin{document}



\include{titel}

\tableofcontents

\include{vorwort}

\include{das-unternehmen}

\include{das-projekt}

\include{taetigkeit}

\include{fazit}







\appendix

\input{software-used}






\end{document}