docs/ps-bericht-ibm
diff ps-bericht.tex @ 0:de3d14ca2b7a
inital commit
author | schnalke@localhost.localdomain |
---|---|
date | Wed, 07 May 2008 08:15:25 +0200 |
parents | |
children | 2fd6859d238d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ps-bericht.tex Wed May 07 08:15:25 2008 +0200 1.3 @@ -0,0 +1,55 @@ 1.4 +% @file 1.5 +% @brief Praxissemesterbericht IBM 1.6 +% @author markus schnalke <meillo@marmaro.de> 1.7 +% @since 2008-05-05 1.8 + 1.9 + 1.10 +\documentclass[a4paper]{scrreprt} 1.11 + 1.12 + \usepackage[utf8]{inputenc} 1.13 + \usepackage{ngerman} 1.14 + \usepackage{graphicx} 1.15 + \usepackage{listings} 1.16 + \usepackage[automark]{scrpage2} 1.17 + 1.18 + \setkomafont{sectioning}{\normalfont\normalcolor\bfseries} 1.19 + \setlength{\parindent}{0em} 1.20 + \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} 1.21 + \pagestyle{scrheadings} 1.22 + \setcounter{tocdepth}{3} 1.23 + 1.24 + \newcommand{\ibm}{\emph{IBM}} 1.25 + 1.26 +\begin{document} 1.27 + 1.28 + 1.29 + 1.30 +\include{titel} 1.31 + 1.32 +\tableofcontents 1.33 + 1.34 + 1.35 +\include{das-unternehmen} 1.36 + 1.37 +\include{das-projekt} 1.38 + 1.39 +\include{taetigkeit} 1.40 + 1.41 +\include{fazit} 1.42 + 1.43 + 1.44 + 1.45 + 1.46 + 1.47 + 1.48 + 1.49 +\appendix 1.50 + 1.51 +\input{software-used} 1.52 + 1.53 + 1.54 + 1.55 + 1.56 + 1.57 + 1.58 +\end{document}