Text FormattingBeamer: allowframebreak and columns

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
bollox98
Posts: 3
Joined: Wed Jan 05, 2011 2:44 pm

Beamer: allowframebreak and columns

Post by bollox98 »

Hi,
i have no idea, how to realize combination of allowframebreak and columns. Actually \allowframebreak in combination with \columns-Environment is not working, text from first column is not continued on second frame (figure of second column not to be repeated on second frame).
Without column-environment it works properly.

\documentclass[12pt]{beamer}

\begin{document}
\begin{frame}[allowframebreaks,allowdisplaybreaks]
\frametitle{Test}
\begin{columns}
\column[c]{.6\textwidth}
\begin{itemize}
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\item Many items ...
\end{itemize}
\column[c]{.4\textwidth}
\includegraphics[width=\textwidth]{logo.pdf}
\end{columns}
\end{frame}
\end{document}

Any ideas or alternatives? Thank you ...

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply