I am trying to use overlays with numbers to save myself from creating a different image for each slide. Overlay works with any text that I include, but not with numbers. For example:
\setbeamercovered{dynamic}
\begin{figure}\resizebox{10.0cm}{!}{
\includegraphics{problem-a.pdf}
Test A
\pause
\includegraphics{problem-b.pdf}
Test B
\pause
\includegraphics{problem-c.pdf}
Test C
}\end{figure}
The results in the text “Test B” and “Test C” are shaded on the first slide, but the numbers corresponding to “problem-b” and “problem-c” are not shaded.
source
share