LaTeX beamer free-flowing two column?
Posted
by anon
on Stack Overflow
See other posts from Stack Overflow
or by anon
Published on 2010-04-09T17:23:45Z
Indexed on
2010/04/09
17:33 UTC
Read the original article
Hit count: 514
So in standard LaTeX, there is \twocolumn, where I can just type text, and it'll go down the left side of the page, then continue at the top of the right side of the page.
Now, I know that inside of a Beamer frame, I can manually create two columns, of various width, with text in them -- however, is there a way to have the text freely flow from one column to the next? [I.e. I want to say "this text goes in these two columns; and have beamer figure out which goes into which column].
Thanks!
© Stack Overflow or respective owner