beamer
beamer copied to clipboard
Problem with alignment of minipages
Originally reported by: Anonymous
The following code leads to minipages that are //not// aligned at the top.
#!latex
\documentclass{beamer}
\begin{document}
\begin{frame}
\begin{minipage}[t]{1.4cm}%\vspace{0pt}
Questions:
\end{minipage}\nobreak
\begin{minipage}[t]{9cm}
\begin{itemize}
\item 1st question;
\item 2nd question.
\end{itemize}
\end{minipage}
\end{frame}
\end{document}
There's a strange fix: remove the %, but this pushes also the first minipage down, which is undesired.
This seems similar to issue <<issue 78>>, but the fix suggested there doesn't seem to have an effect here.
I've also posted this here: http://tex.stackexchange.com/q/3345/1235
- Bitbucket: https://bitbucket.org/rivanvx/beamer/issue/107
Any news on this? I also had issues when I wanted to align pictures side by side. For people interested by a fix, note that I finally used columns.