view ps-bericht.tex @ 6:f9e5c2cf48c3

new picture
author schnalke@localhost.localdomain
date Thu, 08 May 2008 16:30:44 +0200
parents de3d14ca2b7a
children 2fd6859d238d
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{das-unternehmen}

\include{das-projekt}

\include{taetigkeit}

\include{fazit}







\appendix

\input{software-used}






\end{document}