2
votes
1answer
67 views

Problem with top alignment in beamer columns

I am trying to place two images in top of two columns in a columns environment, in a beamer presentation. The first column consists of one image on top and a enumeration list bellow the image. The ...
2
votes
0answers
78 views

3 column layout in LaTeX (1st only graphics, 2nd and 3rd text)?

How is it possible to organize a document (landscape orientated) in a graphic and two text column? 1st: only graphics (under the headings of the import location) 2nd and 3rd: text
10
votes
1answer
353 views

Two column layout with text and knitr chunk

When making presentations (with latex beamer class), I often go for a frame layout with text and equations on the left and a corresponding figure on the right. My standard solution has been to wrap ...
4
votes
2answers
887 views

image inside columns inside block in beamer

I try to put an image in columns environment inside a block environment in beamer. Somehow my image is shifting outside the block. Here's an example \documentclass{beamer} \usetheme{Darmstadt} ...
3
votes
1answer
673 views

Recommended way to control layout within a beamer block?

I've used LaTeX a fair amount to write papers, but I'm just getting into beamer (or more specifically, beamerposter). In some of my poster's blocks, I want to achieve the effect of down one side of ...
5
votes
1answer
5k views

Multiple columns with images and wrapped text in Beamer

I need a frame looking like the image below in beamer. The 3rd column will have multirow text with an equation. There are no horizontal lines, neither do I need the boxes around each of the columns. ...
3
votes
1answer
574 views

Column background image

I have a two column frame (via wiki2beamer): \documentclass{beamer} \begin{document} \begin{frame} \frametitle{Background Test} \begin{columns} \column{0.3\textwidth} \begin{itemize} ...