1
vote
1answer
71 views

Beamer columns environment in article document

I'd like to use something like beamer's \columns environment in an article-like document. Does anyone know if this is possible and how to do it? I found this: (beamer blocks in ordinary article-style ...
1
vote
1answer
209 views

Left column with a figure to the right (Beamer)

I can't understand how to make a column to the left with a figure to the right: Here is one example of what I did: \documentclass{beamer} ... \begin{frame}\frametitle{Title} \begin{columns} ...
2
votes
1answer
505 views

Add four images on a beamer frame

What is the best way to add four images on a beamer frame? I am using \documentclass[slidestop,compress,11pt,xcolor=dvipsnames]{beamer} \usefonttheme[onlymath]{serif} \definecolor{LHCblue}{RGB}{4, ...
3
votes
1answer
235 views

Beamer continue block in next column

I am making a poster using the beamer document class. What I have done is that I divided the poster in two columns. In each column I do have a few blocks with content. What I want to do is to continue ...
5
votes
2answers
1k views

How to put code in beamer two column

I was trying to put code and a figure side by side in a beamer presentation. I tried two methods - one said in beamer documentation and other in standard LaTeX. But couldn't get the output. The two ...
3
votes
1answer
269 views

Lstlisting incompatible with Columns environment in beamer

I am trying to to put a lstlisting environment into the left column. I cannot find out why that isn't working. Are lstlisting and the columns environment in beamer incompatible? Thanks! ...
2
votes
1answer
975 views

Grouped two column table of contents in Beamer

I am working on a beamer presentation with a quite large table of contents. Therefore I split the table into two columns with the following code: \begin{frame}{Overview} \begin{multicols}{2} ...
4
votes
1answer
1k views

Two-column beamer ToC with control over the breaking point

From Splitting TOC into two columns on single frame in beamer, I'd like to know whether it is possible to control the position of the breaking point between column 1 and column 2?
3
votes
2answers
567 views

Beamer Column Order

I am using beamer and I have created two columns using \begin{columns} \column{.5\textwidth} Column Number 1 \column{.5\textwidth} Column Number 2 \end{columns} And I'd like to control the ...