beamer icon indicating copy to clipboard operation
beamer copied to clipboard

Problem with alignment of minipages

Open josephwright opened this issue 14 years ago • 1 comments

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

josephwright avatar Jan 05 '11 15:01 josephwright

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.

tobiasBora avatar Dec 17 '20 01:12 tobiasBora