3

Possible Duplicate:
How to Continue Enumerate Across Columns in Beamer

It seems to be a simple question but I can't find the way out and can't find the solution on Internet as well. I try to resume enumerate in the next slide in beamer but it does not work (I have tried to use enumitem but does not work as well). How can I fix it?

\documentclass{beamer}
\usepackage{enumerate}
\usetheme{default}
\setbeamertemplate{footline}[page number]

\begin{document}
\maketitle

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Example 1
\begin{frame}[fragile]
\frametitle{Example 1}

\begin{enumerate}
\item What is the apple?
\end{enumerate}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Example 1
\begin{frame}[fragile]
\frametitle{Example 1}

\begin{enumerate}
\item What is the orange?
\vfill
\item What is the watermelon?
\vfill
\end{enumerate}
\end{frame}
Tu.2
  • 131
  • 7
    We've had a few similar questions on this in the past, maybe you could take a look and see if any of them would answer your question (and if not, it would be useful to explain what goes wrong). I'll post links as I find them, starting with: http://tex.stackexchange.com/q/25710/86 – Andrew Stacey Nov 29 '11 at 09:55
  • 1
    Alan Munn's method (in the link shown by Andrew) works not only across columns, but also across frames. – egreg Nov 29 '11 at 11:46
  • 1
    Thanks. Yes Alan Munn's method works for me perfectly. many thanks – Tu.2 Nov 29 '11 at 15:54
  • Closed based on OPs comment – Joseph Wright Nov 29 '11 at 20:10

0 Answers0