aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/5/kernbilder.tex
blob: 08581ff3406d896b2925cb1f9bf3637ef93b0c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
%
% kernbilder.tex
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\bgroup

\definecolor{grueneins}{rgb}{0.0,0.4,0.0}
\definecolor{gruenzwei}{rgb}{0.0,0.4,0.8}
\definecolor{orangeeins}{rgb}{1.0,0.6,0.0}
\definecolor{orangezwei}{rgb}{0.8,0.0,0.4}

\begin{frame}[t]
\frametitle{Kerne und Bilder}
\vspace{-15pt}
\begin{center}
\begin{tikzpicture}[>=latex,thick]

\uncover<2->{
\begin{scope}[xshift=-4cm,yshift=1.9cm]
\node at (0,0) {\includegraphics[width=3.6cm]{../slides/5/beispiele/bild1.jpg}};
\node[color=orangeeins] at (1.6,1.3) [right] {$\mathcal{J}^1(A)$};
\end{scope}
}

\uncover<3->{
\begin{scope}[xshift=-4cm,yshift=-1.9cm]
\node at (0,0) {\includegraphics[width=3.6cm]{../slides/5/beispiele/bild2.jpg}};
\node[color=orangezwei] at (0.9,0.5) {$\mathcal{J}^2(A)$};
\end{scope}
}

\begin{scope}[xshift=0cm,yshift=0cm]
\uncover<1>{
\node at (0,0) {\includegraphics[width=3.6cm]{../slides/5/beispiele/leer.jpg}};
}
\uncover<2>{
\node at (0,0) {\includegraphics[width=3.6cm]{../slides/5/beispiele/bild1.jpg}};
}
\uncover<3>{
\node at (0,0) {\includegraphics[width=3.6cm]{../slides/5/beispiele/bild2.jpg}};
}
\uncover<4>{
\node at (0,0) {\includegraphics[width=3.6cm]{../slides/5/beispiele/drei.jpg}};
}
\uncover<5->{
\node at (0,0) {\includegraphics[width=3.6cm]{../slides/5/beispiele/kombiniert.jpg}};
}
\end{scope}

\uncover<4->{
\begin{scope}[xshift=4cm,yshift=1.9cm]
\node at (0,0) {\includegraphics[width=3.6cm]{../slides/5/beispiele/kern1.jpg}};
\node[color=grueneins] at (1.0,1.3) [right] {$\mathcal{K}^1(A)$};
\end{scope}
}

\uncover<5->{
\begin{scope}[xshift=4cm,yshift=-1.9cm]
\node at (0,0) {\includegraphics[width=3.6cm]{../slides/5/beispiele/kern2.jpg}};
\node[color=gruenzwei] at (0.7,-0.6) {$\mathcal{K}^2(A)$};
\end{scope}
}

\end{tikzpicture}
\end{center}
\end{frame}
\egroup