I have 2 columns in a beamer frame. The first one on the left contains a picture while the second, on the right, an enumerate.
\begin{column}{0.5\textwidth}
\begin{figure}
\centering
\includegraphics[width=4cm]{java5.pdf}
\caption{Our own test of downsampling}
\label{fig:3}
\end{figure}
\end{column}
the figure looks akwardly to start 5% of frame size below the same level enumerate starts in neighboring column.
How to get them to same level?
[T]for thecolumnsenvironment. See 12.7 Splitting a Frame into Multiple Columns in the beamer user guide. – Claudio Fiandrino Jun 2 '12 at 6:29\vspace*{-1cm}just after\begin{figure}would move it up – David Carlisle Jun 2 '12 at 17:02