Tagged Questions
3
votes
0answers
80 views
Auto-flowing Blocks in Beamer/BeamerPoster environment?
What I have:
Multi-column beamerposter with blocks in each column
\begin{columns}
\begin{column}
\begin{block}{A Block}
...
\end{block}
\begin{block}{A Block}
...
16
votes
1answer
426 views
How to line up blocks in columns with full width blocks in beamer/beamerposter?
This input to pdflatex (whatever version of texlive is on Debian/squeeze)
\documentclass{beamer}
\usepackage[orientation=portrait,size=a3,scale=0.9]{beamerposter}
\usepackage{lipsum}
...
7
votes
1answer
629 views
Spanning multiple beamer columns
How does one have something (say a figure) span multiple columns when using the beamer columns environment?
Nathaniel Johnston's beamer poster template does this by nesting two columns environments, ...
6
votes
1answer
3k views
Beamerposter… Columns not all aligned at top
I'm making a poster using the beamerposter package, and for some reason am having a devil of a time getting the top of the columns to all line up together. Here's a picture of what I'm talking about.
...
3
votes
1answer
639 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 ...