I am trying to add a formula to a .pdf picture in my presentation. Unfortunately, I couldn't find a way to put it at the right place...
Additionally,
I've tried to add the formula as a picture, but it changes the theme representation of the slide
Code: Select all
\begin{frame}
\frametitle{Bla bla bla}
\begin{center}
\pgfputat{\pgfxy(4,-2)}{\pgfbox[left,top]{
\includegraphics[width=3cm]{formula} }}
\includegraphics<1>[height=8cm]{picture.pdf}%
\includegraphics<2>[height=8cm]{picrure.pdf}%
\end{center}
\end{frame}
Stephan