I'm using
Code: Select all
\documentclass{beamer}
\usetheme{Copenhagen}
My trouble is the itemized list on the left is showing up half way down the page and I want it at the top inline with the top of the photo.. I am using
Code: Select all
\begin{frame}
\begin{minipage}[t]{0.47\textwidth}
itemized stuff
\end{minipage}
\begin{minipage}[t]{0.47\textwidth}
\includegraphics[width=2.0in}{filename}
\end{minipage}
Any suggestions would be most appreciated.
Thanks,
Nancy