3
votes
1answer
391 views

Page-wide table in two-column mode

I want a table that is as wide as the whole page in a document with option twocolumn. The table has to be inserted on the bottom of the page, but that is not necessary. I've tried: \begin{table*}[b] ...
2
votes
1answer
280 views

twocolumn with minipage over full width

I'm trying to make something similar to http://ww1.microchip.com/downloads/en/appnotes/00734b.pdf I'm using the twocolumn option, and have defined my own \showtitle command: \newcommand{\showtitle}{ ...
5
votes
1answer
228 views

Independent Columns Environment

I am creating a two-page syllabus with a tikz calendar in the left column and all of the content on the right side of the page. Currently the right content is just like a normal article class document ...
3
votes
1answer
270 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! ...