I am using a beamer frame in which the top has alternating list items, and the bottom has a picture. The problem is that because of the different number of rows for each item, the picture changes vertical position as I move between list items, as I show in the following code. Does anyone know how to "stick" it in place, at the bottom?
\documentclass{beamer}
\begin{document}
\begin{frame}[t]{System overview}
\begin{minipage}{\textwidth}
\begin{itemize}
\item<1|only@1> item1 (a single row)
\item<2|only@2> item2 \\ has 2 rows
\item<3|only@3> item3
\end{itemize}
\end{minipage}
\vfill
\begin{minipage}{\textwidth}
\centering
\includegraphics[scale=0.65]{picture.jpg}
\end{minipage}
\end{frame}
\end{document}
vfillgenerated at the end of the frame, but I can't find it specified anywhere, short of going through the code by hand). Thanks anyway :) – Roelof Spijker Jan 23 '12 at 13:29l's you add the more priority the space has. I believe you can put 1, 2 or 3 of them. Theplusin command says to TeX "increase the0ptbyvfilllif you get smaller badness (badness measures how "nice" is the output). – yo' Jan 23 '12 at 19:20