12
|
1 % @file
|
|
2 % @brief Referat DesignPatterns `Vorstellung'
|
|
3 % @author all
|
|
4 % @since 2007-06-21
|
|
5
|
|
6
|
|
7 \documentclass{beamer}
|
|
8
|
|
9
|
|
10 % \usepackage[T1]{fontenc}
|
|
11 \usepackage[utf8]{inputenc}
|
|
12 \usepackage{ngerman}
|
|
13 \usepackage{graphicx}
|
|
14 \usepackage[automark]{scrpage2}
|
|
15 \input{Style01}
|
|
16
|
|
17
|
|
18
|
|
19 \begin{document}
|
|
20
|
|
21
|
|
22 \title{Design Patterns}
|
14
|
23 \author{Markus Rundel \\ Julian Haug \\ Markus Schnalke \\ Dimitar Dimitrov}
|
12
|
24 \date{\today}
|
|
25
|
|
26 \frame{
|
|
27 \titlepage
|
|
28 }
|
|
29
|
|
30
|
|
31
|
|
32
|
|
33
|
|
34 \section[Outline]{}
|
14
|
35
|
12
|
36 \frame{
|
14
|
37 \tableofcontents
|
|
38 }
|
|
39
|
12
|
40
|
14
|
41 % the following content gets removed by `make merge'
|
12
|
42
|
14
|
43 \section{Einführung in Design Patterns}
|
|
44 \subsubsection{Markus Rundel}
|
|
45
|
|
46 \section{Observer-Pattern}
|
|
47 \subsubsection{Markus Schnalke}
|
12
|
48
|
14
|
49 \section{Composite-Pattern}
|
|
50 \subsubsection{Dimitar Dimitriv}
|
12
|
51
|
19
|
52 \section{Andere Patterns}
|
14
|
53 \subsubsection{Julian Haug}
|
12
|
54
|
19
|
55 \section{Fazit}
|
14
|
56
|
|
57 . % this dot is needed to have the sections displayed
|
12
|
58
|
|
59 \end{document}
|
|
60
|
|
61
|