teXer03
2006-11-21 10:58:42 UTC
Hello,
I am currently building a presentation using the beamer class.
I have a problem with using two columns. I want to insert
a stretchable vertical space (\vfill) to put some text at the bottom
of the slide in the second column. Here's my code:
\begin{frame}
\frametitle{Test}
\begin{columns}[T]
\column{0.7\textwidth}
\includegraphics[width=8cm]{Image}
\column{0.3\textwidth}
Text\\
\vspace{0.35cm}
Some more text\\
\vfill%Does not have any effect, help!
Text which should be at the bottom of the right
column.
\end{columns}
\end{frame}
I also tried \vspace*{\stretch{1}} instead of the \vfill to force the
space but it didn't have any effect.
Has anyone an idea how to solve this problem?
Many thanks in advance and
best regards,
Peter.
I am currently building a presentation using the beamer class.
I have a problem with using two columns. I want to insert
a stretchable vertical space (\vfill) to put some text at the bottom
of the slide in the second column. Here's my code:
\begin{frame}
\frametitle{Test}
\begin{columns}[T]
\column{0.7\textwidth}
\includegraphics[width=8cm]{Image}
\column{0.3\textwidth}
Text\\
\vspace{0.35cm}
Some more text\\
\vfill%Does not have any effect, help!
Text which should be at the bottom of the right
column.
\end{columns}
\end{frame}
I also tried \vspace*{\stretch{1}} instead of the \vfill to force the
space but it didn't have any effect.
Has anyone an idea how to solve this problem?
Many thanks in advance and
best regards,
Peter.