Mercurial > docs > Topcased-Praesentation
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d00c2801fda3 |
---|---|
1 % @file | |
2 % @brief Presentation TOPCASED | |
3 % @author all | |
4 % @since 2008-01-16 | |
5 | |
6 | |
7 \documentclass{beamer} | |
8 | |
9 \usepackage[utf8]{inputenc} | |
10 \usepackage{ngerman} | |
11 \usepackage{graphicx} | |
12 \usepackage[automark]{scrpage2} | |
13 \usepackage{listings} | |
14 | |
15 | |
16 %\setkomafont{sectioning}{\normalfont\normalcolor\bfseries} | |
17 %\setlength{\parindent}{0em} | |
18 %\setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} | |
19 %\pagestyle{scrheadings} | |
20 %\setcounter{tocdepth}{2} | |
21 \setcounter{tocdepth}{4} | |
22 | |
23 \usepackage{helvet} | |
24 \setbeamercovered{transparent} | |
25 \usetheme{Goettingen} | |
26 | |
27 | |
28 \newcommand{\nextperson}[1]{ | |
29 \frame{ | |
30 \vspace*{5ex} | |
31 \begin{block}{\Large \centering #1 } | |
32 \end{block} | |
33 } | |
34 } | |
35 | |
36 | |
37 \begin{document} | |
38 | |
39 | |
40 \title{Gruppe 2: TOPCASED} | |
41 \author{ | |
42 Markus Schnalke \\ | |
43 Veysel Imamoglu \\ | |
44 Karl Oppermann \\ | |
45 Rui Gu \\ | |
46 Dimitar Dimitrov \\ | |
47 Christoph Galler \\ | |
48 Nathalie Hrycej \\ | |
49 Wei Zhu \\ | |
50 } | |
51 \date{\today} | |
52 | |
53 \frame{ | |
54 \titlepage | |
55 } | |
56 | |
57 | |
58 | |
59 | |
60 | |
61 \section[Outline]{} | |
62 \frame{ | |
63 \tableofcontents | |
64 } | |
65 | |
66 | |
67 % the following content gets removed by `make merge' | |
68 | |
69 \part{Einführung} | |
70 | |
71 \part{Projektplanung und RUP} | |
72 \nextperson{Markus Schnalke} | |
73 \input{01-rup} | |
74 | |
75 \part{Use Cases} | |
76 \nextperson{Veysel Imamoglu} | |
77 \input{02-usecases} | |
78 | |
79 \part{Codegenerierung} | |
80 \nextperson{Karl Oppermann} | |
81 \input{03-generating} | |
82 | |
83 \part{Modellierung} | |
84 \nextperson{Rui Gu} | |
85 \input{04-modeling} | |
86 | |
87 \part{Software Architektur} | |
88 \nextperson{Dimitar Dimitrov} | |
89 \input{05-softwarearch} | |
90 | |
91 \part{Demo} | |
92 \nextperson{Christoph Galler} | |
93 \input{06-demo} | |
94 | |
95 \part{Risikomanagement} | |
96 \nextperson{Nathalie Hrycej} | |
97 \input{07-risklist} | |
98 | |
99 \part{Lessons Learned} | |
100 \nextperson{Wei Zhu} | |
101 \input{08-lessonsleaned} | |
102 | |
103 | |
104 | |
105 \end{document} | |
106 | |
107 |