(There are better ways to do this, but this is the fast version). For example, two pictures side by side, two tables next to a text or a picture or vice versa. The minipage is often used to put things next to each other, which can otherwise be hard put together. \end{minipage} \begin{minipage}[b]{80mm} Instead of: \end{minipage} \begin{minipage}[b]{80mm} The two figures have their own captions. Match the bottom line in the minipage with the baseline of the surrounding text (plain TeX’s \vbox). I used the minipage command and the figures did appear side by side, but their captions overlapped (the captions are sorta long, cf. The idea behind the minipage command is that within an existing page “built in” an additional page. t. Match the top line in the minipage with the baseline of the surrounding text (plain TeX’s \vtop). Whereas the latter has other applications and is available in all document-classes. Took me about a week to figure this out for my own tables. I know such a thing is possible—I've seen some fictional languages e. 58\textwidth) together add up to 0. How to put text beside figure with minipage? The first is a beamer-specific environment and is therefore only available in a beamer presentation. The vspace command in the second minipage is only a hint, for example if the text is not enough you could push it up by using vspace. It also works with two tables side by side. Latex minipage side by side Placing figures/tables side-by-side (\minipage) - texblo . But didn't work properly and issues with alignments. You have to have the statements right below the other, otherwise latex would treat it like an end line. This command is written as \begin{minipage}[c]{0. b. Latex minipage figure and text side by side. In the first example, I'm putting two minipages side-by-side, one containing a figure, the other one containing text. In Beamer, I have tried both \column and \minipage environmnet to put figures side by side. the attached pic). Post navigation Hey guys, I have been trying to place two figures that span half a column side-by-side. I am trying to insert four figures in a LaTeX document but if I use subfigure command, two of my figures stay in first row and the other two go to the second line. With either positioning parameter [t,b,c] for the minipage, I … Export (png, jpg, gif, svg, pdf) and save & share with note syste ipage in between the table-command and reduce the width of each \ online LaTeX editor with autocompletion, highlighting and 400 math symbols. Finally, following solution worked by using \usepackage{subfigure}. png} \caption{Pièce (1 7. We use two minipages side by side in first one we put the figure e.g. pic1 und in second one the text. \end{minipage} %second column \begin{minipage}[t]{0.5\textwidth} This is the second column. Positions the minipage so its vertical center lines up with the center of the adjacent text line. There are two ways (and possibly more) to place content side-by-side in a beamer presentation, the columns and the minipage environments. This entry was posted in problems and tagged figure , minipage , side by side on December 25, 2012 by Aux_Latex . online LaTeX editor with autocompletion, highlighting and 400 math symbols. Export (png, jpg, gif, svg, pdf) and save & share with note system \end{minipage} The widths can be changed by modifying the last argument in the \begin{minipage} call (ie: to make the first column twice as wide as the second, make the width of the first 0.6\textwidth and the second 0.3\textwidth).