annotate 01_einfuehrung.tex @ 22:7a1c45c0b778

updated observer
author meillo@marmaro.de
date Tue, 26 Jun 2007 14:44:31 +0200
parents 80c995d97cfa
children e206112b4afe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
1 % @file
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
2 % @brief Referat DesignPatterns `Einführung'
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
3 % @author Markus Rundel
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
4 % @since 2007-06-21
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
5
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
6
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
7 \documentclass{beamer}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
8
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
9
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
10 % \usepackage[T1]{fontenc}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
11 \usepackage[utf8]{inputenc}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
12 \usepackage{ngerman}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
13 \usepackage{graphicx}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
14 \usepackage[automark]{scrpage2}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
15 \input{Style01}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
16
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
17
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
18
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
19 \begin{document}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
20
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
21
13
eff2ffb701fe optmized titlepages; optimized Makefile
meillo@marmaro.de
parents: 12
diff changeset
22 \title{Einführung}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
23 \author{Markus Rundel}
13
eff2ffb701fe optmized titlepages; optimized Makefile
meillo@marmaro.de
parents: 12
diff changeset
24 \date{}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
25
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
26 \frame{
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
27 \titlepage
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
28 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
29
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
30
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
31
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
32
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
33
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
34 \section[Outline]{}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
35 \frame{
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
36 \tableofcontents
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
37 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
38
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
39
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
40
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
41
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
42
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
43
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
44 \section{Was sind Patterns?}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
45 \frame{ \frametitle{Was sind Patterns?}
17
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
46 \begin{block}{Was sind Design Patterns?}
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
47 \end{block}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
48 }
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
49
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
50
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
51 \section{Definitionen}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
52 \frame{ \frametitle{Definitionen}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
53 \begin{block}{Christopher Alexander}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
54 Each pattern is a three-part-rule, which expresses a relation between a certain context, a problem and a solution
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
55 \end{block}
17
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
56
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
57 \pause
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
58
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
59 \begin{block}{Martin Fowler}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
60 A pattern is an idea that has been useful in one practical context and will be probably useful in others.
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
61 \end{block}
17
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
62
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
63 \pause
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
64
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
65 \begin{block}{Gang of Four (GoF)}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
66 Design Patterns sind Beschreibungen zusammenhängender Objekte und Klassen, die maßgeschneidert sind, um ein allgemeines Entwurfsproblem in einem bestimmten Kontext zu lösen.
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
67 \end{block}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
68 }
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
69
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
70
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
71 \section{Geschichte}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
72 \frame{ \frametitle{Geschichte}
17
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
73 \begin{block}{1970er Jahre}
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
74 Erstellung erster Entwurfsmuster von einem Architekten
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
75 \end{block}
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
76
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
77 \pause
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
78
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
79
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
80 \begin{block}{1980er Jahre}
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
81 Entwicklung von Entwurfsmuster für grafische Benutzerschnittstellen
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
82 \end{block}
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
83
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
84
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
85 \pause
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
86
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
87 \begin{block}{1991}
21
80c995d97cfa updated Observer
meillo@marmaro.de
parents: 17
diff changeset
88 ``Design Patterns - Elements of Reusable Object-Oriented Software''
17
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
89 \end{block}
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
90 }
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
91
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
92
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
93 \section{Klassifizierung}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
94 \frame{ \frametitle{Klassifizierung}
17
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
95 \begin{block}{Schema zum beschreiben von Design Patterns}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
96
16
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
97 \begin{itemize}
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
98 \item Mustername und Klassifikation
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
99 \item Zweck (Wozu dient dieses Muster?)
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
100 \item Synonyme
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
101 \item Motivation
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
102 \item Anwendbarkeit
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
103 \item Struktur
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
104 \item Beteiligte Klassen (Akteure)
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
105 \item Zusammenspiel der involvierten Klassen
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
106 \item Vor- und Nachteile
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
107 \item Implementierung
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
108 \item Beispielcode
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
109 \item Praxiseinsatz
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
110 \item Querverweise
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
111 \end{itemize}
0c8352c1abc9 small changes
meillo@marmaro.de
parents: 15
diff changeset
112 \end{block}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
113
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
114 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
115
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
116
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
117 \section{Nutzen und Vorteile}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
118 \frame{ \frametitle{Nutzen und Vorteile}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
119
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
120 \begin{block}{Nutzen / Vorteile von Design Pattern}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
121 \begin{itemize}
17
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
122 \item Zeitersparnis
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
123 \item Fehlerfreiheit
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
124 \item Gemeinsame Kommunikationsgrundlage
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
125 \item Sauberes OO-Design
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
126 \item Lesbarkeit
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
127 \item Kommunikation
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
128 \item Geringerer Testaufwand
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
129 \item Höhere Robustheit
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
130 \end{itemize}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
131 \end{block}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
132
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
133
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
134 }
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
135
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
136
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
137 \section{Literatur}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
138 \frame{ \frametitle{Literatur}
17
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
139 \begin{block}{Design Patterns}
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
140 \textit{Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides}
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
141 \end{block}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
142
17
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
143 \pause
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
144
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
145
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
146 \begin{block}{Design Patterns Explained}
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
147 A New Perspective on Object Oriented Design
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
148
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
149 \textit{Allan Shalloway, James R. Trott}
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
150 \end{block}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
151
17
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
152 \pause
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
153
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
154
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
155 \begin{block}{Modern C++ Design}
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
156 Generic Programming and Design Patterns applied
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
157
6a63cd1ca3d8 updated rundels content
meillo@marmaro.de
parents: 16
diff changeset
158 \textit{Andrei Alexandrescu}
15
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
159 \end{block}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
160
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
161 }
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
162
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
163
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
164 \section{Beispiele}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
165 \frame{ \frametitle{Beispiele}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
166 \begin{block}{In der Vorlesung behandelte Design Pattern}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
167 \begin{itemize}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
168 \item Singleton %(stellt sicher, dass es von einer Klasse nur eine Instanz gibt)
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
169 \item Strategie
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
170 \item Fassade %(erlaubt den einfachen Zugriff auf ein komplexes Subsystem)
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
171 \end{itemize}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
172 \end{block}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
173
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
174 \begin{block}{Weitere Design-Patterns}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
175 \begin{itemize}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
176 \item Iterator
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
177 \item General Hierarchie
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
178 \item Player Role Pattern
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
179 \item Immutable
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
180 \item Read-Only Interface
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
181 \end{itemize}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
182 \end{block}
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
183 }
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
184
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
185
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
186
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
187
0bbbd5de5daf added content from markus rundel
meillo@marmaro.de
parents: 13
diff changeset
188
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
189
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
190
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
191
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
192 \section{Zusammenfassung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
193 \frame{ %\frametitle{Zusammenfassend}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
194 \begin{block}{Zusammenfassung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
195 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
196 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
197 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
198 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
199 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
200 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
201 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
202
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
203
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
204 \end{document}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
205
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
206