I have a frame with some text popping and transfoming as slides are flowing using only :
\begin{frame}
A is
\only<1>{Y}
\only<2>{Z}
\end{frame}
Assume that I want to add first an X in my text, popping before Y, I cannot do
\only<0>{X}
Is there a way to renumber properly in \only?
\only<+>{...}instead of hard coded numbers – samcarter_is_at_topanswers.xyz Oct 23 '18 at 08:30