docs/Topcased-Praesentation
diff topcased.tex @ 0:d00c2801fda3
initial commit; added usecases; added generating
author | meillo@marmaro.de |
---|---|
date | Sun, 20 Jan 2008 21:46:18 +0100 |
parents | |
children | c558f89ddd15 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/topcased.tex Sun Jan 20 21:46:18 2008 +0100 1.3 @@ -0,0 +1,107 @@ 1.4 +% @file 1.5 +% @brief Presentation TOPCASED 1.6 +% @author all 1.7 +% @since 2008-01-16 1.8 + 1.9 + 1.10 +\documentclass{beamer} 1.11 + 1.12 + \usepackage[utf8]{inputenc} 1.13 + \usepackage{ngerman} 1.14 + \usepackage{graphicx} 1.15 + \usepackage[automark]{scrpage2} 1.16 + \usepackage{listings} 1.17 + 1.18 + 1.19 + %\setkomafont{sectioning}{\normalfont\normalcolor\bfseries} 1.20 + %\setlength{\parindent}{0em} 1.21 + %\setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} 1.22 + %\pagestyle{scrheadings} 1.23 + %\setcounter{tocdepth}{2} 1.24 + \setcounter{tocdepth}{4} 1.25 + 1.26 + \usepackage{helvet} 1.27 + \setbeamercovered{transparent} 1.28 + \usetheme{Goettingen} 1.29 + 1.30 + 1.31 + \newcommand{\nextperson}[1]{ 1.32 + \frame{ 1.33 + \vspace*{5ex} 1.34 + \begin{block}{\Large \centering #1 } 1.35 + \end{block} 1.36 + } 1.37 + } 1.38 + 1.39 + 1.40 +\begin{document} 1.41 + 1.42 + 1.43 +\title{Gruppe 2: TOPCASED} 1.44 +\author{ 1.45 + Markus Schnalke \\ 1.46 + Veysel Imamoglu \\ 1.47 + Karl Oppermann \\ 1.48 + Rui Gu \\ 1.49 + Dimitar Dimitrov \\ 1.50 + Christoph Galler \\ 1.51 + Nathalie Hrycej \\ 1.52 + Wei Zhu \\ 1.53 +} 1.54 +\date{\today} 1.55 + 1.56 +\frame{ 1.57 + \titlepage 1.58 +} 1.59 + 1.60 + 1.61 + 1.62 + 1.63 + 1.64 +\section[Outline]{} 1.65 +\frame{ 1.66 + \tableofcontents 1.67 +} 1.68 + 1.69 + 1.70 +% the following content gets removed by `make merge' 1.71 + 1.72 +\part{Einführung} 1.73 + 1.74 +\part{Projektplanung und RUP} 1.75 + \nextperson{Markus Schnalke} 1.76 + \input{01-rup} 1.77 + 1.78 +\part{Use Cases} 1.79 + \nextperson{Veysel Imamoglu} 1.80 + \input{02-usecases} 1.81 + 1.82 +\part{Codegenerierung} 1.83 + \nextperson{Karl Oppermann} 1.84 + \input{03-generating} 1.85 + 1.86 +\part{Modellierung} 1.87 + \nextperson{Rui Gu} 1.88 + \input{04-modeling} 1.89 + 1.90 +\part{Software Architektur} 1.91 + \nextperson{Dimitar Dimitrov} 1.92 + \input{05-softwarearch} 1.93 + 1.94 +\part{Demo} 1.95 + \nextperson{Christoph Galler} 1.96 + \input{06-demo} 1.97 + 1.98 +\part{Risikomanagement} 1.99 + \nextperson{Nathalie Hrycej} 1.100 + \input{07-risklist} 1.101 + 1.102 +\part{Lessons Learned} 1.103 + \nextperson{Wei Zhu} 1.104 + \input{08-lessonsleaned} 1.105 + 1.106 + 1.107 + 1.108 +\end{document} 1.109 + 1.110 +