I want to add a graphic plot to my slide, but if I do it with wrapfigure, I get no error massages, but the plot simply does not appear?
Code of the TeX file, which uses beamerdefs.sty, I have also added the wrapfig package:
\begin{frame}{EWMA Plot}
\begin{wrapfigure}{r}{5cm}
\begin{center}
\includegraphics[scale=0.4]{ewma2.jpg}
\end{center}
\caption{EWMA}
\end{wrapfigure}
\end{frame}
As I said, no error message, it just does not appear, if I do it without wrapfigure the graphic appears? Can anyone help?
