However, when I use it the content jumps from slide to slide. Here is the code I am using:
Code: Select all
\documentclass[10pt,compress,professionalfonts]{beamer}
\usepackage[english]{babel}
\usepackage[scaled]{helvet}
\usepackage[T1]{fontenc}
\usepackage[charter]{mathdesign}
\begin{document}
\begin{frame}{Pandemonium}
\begin{overlayarea}{\textwidth}{\textheight}
\begin{onlyenv}<1-2>\includegraphics[width=\textwidth]{pande1.eps}\end{onlyenv}
\begin{onlyenv}<3-> \includegraphics[width=\textwidth]{pande2.eps}\end{onlyenv}
some text
\end{overlayarea}
\end{frame}
\end{document}
Code: Select all
\begin{figure}
\includegraphics<1-2>[height=0.4\textheight]{pande1.eps}
\includegraphics<3-> [height=0.4\textheight]{pande2.eps}
\end{figure}