[OS X TeX] Beamer, columns within itemize

Berend Hasselman bhh at xs4all.nl
Sat Aug 29 10:33:15 CEST 2009


I gave you a solution just before Peter's post.
Try it. It works. I tested it.

Berend

Here it is:

\documentclass{beamer}

\newcommand{\ColIndent}{\hspace{\labelwidth}\hspace{\labelsep}}

\begin{document}

\begin{frame}
   \frametitle{Title}
   \begin{itemize}
       \item Fruit
           %\rule{\linewidth}{.4pt}
           \begin{columns}[totalwidth=\linewidth,t]
           \ColIndent
               \begin{column}{.48\linewidth}%with .5 column sep is  
very small.
                   Enter text into the left column
               \end{column}
               \begin{column}{.48\linewidth}
                   Enter text into the right column
               \end{column}
           \end{columns}
       \item Vegetable
   \end{itemize}
\end{frame}

\end{document}




More information about the macostex-archives mailing list