[texhax] multicols and table

Dr Nicola L C Talbot n.talbot at uea.ac.uk
Thu Sep 10 15:45:03 CEST 2009


Tom Backer Johnsen wrote:
> I am working on a poster presentation where I want to have three columns 
> in a landscape format.  That is in itself simple, but I would like to 
> include a table in the columns.  I seems that the table environment does 
> does not show and output when included in the multicols environment.  Is 
> there some kind of workaround for this problem?

You could try the flowfram package. For example:

\documentclass{a0poster}

\usepackage{flowfram}
\usepackage{lipsum}

\NcolumnStop{3}{4in} % 3 columns with 4in high header (for the title)

\title{A Poster}
\author{A.N. Other}

\begin{document}
\begin{staticcontents}{1}
\maketitle
\end{staticcontents}

\lipsum[1-2]

\begin{table}[htbp]
\caption{A Table}
\centering
\begin{tabular}{ll}
A & 1\\
B & 2
\end{tabular}
\end{table}

\lipsum[3]
\end{document}

Regards
Nicola Talbot
-- 
web    : http://theoval.cmp.uea.ac.uk/~nlct/


More information about the texhax mailing list