Lukas Barth
2016-04-19 12:58:15 UTC
Hi everyone,
I'm having two chunks of \items inside an itemize, and I want to replace
the first chunk with the second chunk on click. What I currently do is to
wrap both chunks in appropriate \only<>s, like this:
\begin{itemize}
\only<1> {
\item Foo
\item Bar
}
\only<2> {
\item I replace Foo
\item I replace Bar
\item I am new!
}
\end{itemize}
Now, since they are of different sizes, this makes the itemize jump around
on the slide. What I would need is some grouping of the \only<>s, that
reserves spaces for the contents of the largest \only<> inside the group..
Can something like that be achieved?
Thanks a lot,
Lukas
I'm having two chunks of \items inside an itemize, and I want to replace
the first chunk with the second chunk on click. What I currently do is to
wrap both chunks in appropriate \only<>s, like this:
\begin{itemize}
\only<1> {
\item Foo
\item Bar
}
\only<2> {
\item I replace Foo
\item I replace Bar
\item I am new!
}
\end{itemize}
Now, since they are of different sizes, this makes the itemize jump around
on the slide. What I would need is some grouping of the \only<>s, that
reserves spaces for the contents of the largest \only<> inside the group..
Can something like that be achieved?
Thanks a lot,
Lukas
--
You received this message because you are subscribed to the Google Groups "LaTeX Beamer class" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beamer-class+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "LaTeX Beamer class" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beamer-class+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.