Mercurial > 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 wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/topcased.tex Sun Jan 20 21:46:18 2008 +0100 @@ -0,0 +1,107 @@ +% @file +% @brief Presentation TOPCASED +% @author all +% @since 2008-01-16 + + +\documentclass{beamer} + + \usepackage[utf8]{inputenc} + \usepackage{ngerman} + \usepackage{graphicx} + \usepackage[automark]{scrpage2} + \usepackage{listings} + + + %\setkomafont{sectioning}{\normalfont\normalcolor\bfseries} + %\setlength{\parindent}{0em} + %\setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} + %\pagestyle{scrheadings} + %\setcounter{tocdepth}{2} + \setcounter{tocdepth}{4} + + \usepackage{helvet} + \setbeamercovered{transparent} + \usetheme{Goettingen} + + + \newcommand{\nextperson}[1]{ + \frame{ + \vspace*{5ex} + \begin{block}{\Large \centering #1 } + \end{block} + } + } + + +\begin{document} + + +\title{Gruppe 2: TOPCASED} +\author{ + Markus Schnalke \\ + Veysel Imamoglu \\ + Karl Oppermann \\ + Rui Gu \\ + Dimitar Dimitrov \\ + Christoph Galler \\ + Nathalie Hrycej \\ + Wei Zhu \\ +} +\date{\today} + +\frame{ + \titlepage +} + + + + + +\section[Outline]{} +\frame{ + \tableofcontents +} + + +% the following content gets removed by `make merge' + +\part{Einführung} + +\part{Projektplanung und RUP} + \nextperson{Markus Schnalke} + \input{01-rup} + +\part{Use Cases} + \nextperson{Veysel Imamoglu} + \input{02-usecases} + +\part{Codegenerierung} + \nextperson{Karl Oppermann} + \input{03-generating} + +\part{Modellierung} + \nextperson{Rui Gu} + \input{04-modeling} + +\part{Software Architektur} + \nextperson{Dimitar Dimitrov} + \input{05-softwarearch} + +\part{Demo} + \nextperson{Christoph Galler} + \input{06-demo} + +\part{Risikomanagement} + \nextperson{Nathalie Hrycej} + \input{07-risklist} + +\part{Lessons Learned} + \nextperson{Wei Zhu} + \input{08-lessonsleaned} + + + +\end{document} + +