annotate 01_einfuehrung.tex @ 12:a7bdc1211d3a

renamed files; some restructuring
author meillo@marmaro.de
date Thu, 21 Jun 2007 10:46:57 +0200
parents einleitung.tex@a7ab86cddfad
children eff2ffb701fe
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
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
2 % @brief Referat DesignPatterns `Einleitung'
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
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
22 \title{Design Patterns ``Einleitung''}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
23 \date{\today}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
24
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
25 \author{Markus Rundel}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
26
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
27 %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}}
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 \frame{
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
30 \titlepage
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
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
35
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
36
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
37 \section[Outline]{}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
38 \frame{
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
39 \tableofcontents
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
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
42
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
43
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
44
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
45 \section{}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
46
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
47
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
48 \frame{ \frametitle{}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
49
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
50 \begin{block}{}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
51 \begin{itemize}
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
52 \item
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
53 \item
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
54 \item
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
55 \item
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
56 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
57 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
58 \pause
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
59 \begin{block}{}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
60 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
61 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
62 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
63 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
64 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
65
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
66 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
67
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
68
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
69 %\frame { \frametitle{Interaktions-Diagramm des Observers}
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
70 % \centerline{ \includegraphics[width=26em]{pics/observer-interaction_big.png} }
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
71 %}
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
72
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
73
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
74
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
75 \section{Zusammenfassung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
76 \frame{ %\frametitle{Zusammenfassend}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
77 \begin{block}{Zusammenfassung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
78 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
79 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
80 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
81 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
82 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
83 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
84
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
85 \pause
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
86
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
87 \begin{block}{Fazit}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
88 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
89 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
90 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
91 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
92 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
93 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
94 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
95
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
96
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
97 \end{document}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
98
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
99