LuPi
25-07-2013, 15:07
Grundsätzlich läuft meine aktuelle Spielerei schon mal ganz gut, allerdings
steht die "Wolke" nicht oberhalb der aktuellen Zeile, sondern deckt selbige
zu (siehe Beispiel). Er scheint also den Hinweis mit der Platzierung bei (a)
nicht zu akzeptieren. Was mache ich falsch?
\documentclass{beamer}
\usepackage{tikz}
\usepgflibrary{shapes.callouts}
\newcommand{\XXX}{%
\begin{tikzpicture}[remember picture,overlay]
\begin{pgfinterruptboundingbox}
\node[cloud callout,cloud puffs=15,aspect=2.5,cloud puff arc=70,
shading=ball,text=white] at (a) {AAA};
\end{pgfinterruptboundingbox}
\end{tikzpicture}
}
\begin{document}
\begin{frame}{A}
\visible<1->{%
foo
}\visible<2->{%
bar\tikz[remember picture] \node (a) {\vphantom{X}};%
}\visible<3>{%
\XXX
}\visible<4->{%
bar
}
\end{frame}
\end{document}
steht die "Wolke" nicht oberhalb der aktuellen Zeile, sondern deckt selbige
zu (siehe Beispiel). Er scheint also den Hinweis mit der Platzierung bei (a)
nicht zu akzeptieren. Was mache ich falsch?
\documentclass{beamer}
\usepackage{tikz}
\usepgflibrary{shapes.callouts}
\newcommand{\XXX}{%
\begin{tikzpicture}[remember picture,overlay]
\begin{pgfinterruptboundingbox}
\node[cloud callout,cloud puffs=15,aspect=2.5,cloud puff arc=70,
shading=ball,text=white] at (a) {AAA};
\end{pgfinterruptboundingbox}
\end{tikzpicture}
}
\begin{document}
\begin{frame}{A}
\visible<1->{%
foo
}\visible<2->{%
bar\tikz[remember picture] \node (a) {\vphantom{X}};%
}\visible<3>{%
\XXX
}\visible<4->{%
bar
}
\end{frame}
\end{document}