view topcased.tex @ 1:c558f89ddd15

new outline; usecases -> anforderungen
author meillo@marmaro.de
date Sun, 20 Jan 2008 22:11:04 +0100
parents d00c2801fda3
children d43f6392b361
line wrap: on
line source

% @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

	{ \tiny
		\begin{block}{Projektplanung und RUP} \hspace{1em} Markus Schnalke \end{block}
		\begin{block}{Anforderungen} \hspace{1em} Veysel Imamoglu \end{block}
		\begin{block}{Codegenerierung} \hspace{1em} Karl Oppermann \end{block}
		\begin{block}{Modellierung} \hspace{1em} Rui Gu \end{block}
		\begin{block}{Software Architektur} \hspace{1em} Dimitar Dimitrov \end{block}
		\begin{block}{Demo} \hspace{1em} Christoph Galler \end{block}
		\begin{block}{Risikomanagement} \hspace{1em} Nathalie Hrycej \end{block}
		\begin{block}{Lessons Learned} \hspace{1em} Wei Zhu \end{block}
	}
}



\part{Projektplanung und RUP}
  \nextperson{Markus Schnalke}
	\input{01-rup}

\part{Anforderungen}
	\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}


\frame{
	\begin{block}{}
		\centerline{\textbf{Danke für Ihre Aufmerksamkeit}}
	\end{block}
}


\end{document}