Document Classesbeamer | Split Frame Content into Columns

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
enferty
Posts: 8
Joined: Thu Jun 07, 2012 2:31 pm

beamer | Split Frame Content into Columns

Post by enferty »

Hi all,

I need to make a beamer example like those on the attachments. Can someone tell how to do that? How do I split this to look like on the pictures?

Thx. :)
Attachments
muljevi.JPG
muljevi.JPG (163.8 KiB) Viewed 3567 times
gume.JPG
gume.JPG (133.39 KiB) Viewed 3567 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

beamer | Split Frame Content into Columns

Post by Stefan Kottwitz »

Hi,

you could use {tabular} or tabularx, or \parbox or {minipage}, or the columns environment of beamer. For the latter, see 12.7 Splitting a Frame into Multiple Columns in the beamer user guide.

Stefan
LaTeX.org admin
enferty
Posts: 8
Joined: Thu Jun 07, 2012 2:31 pm

Re: beamer | Split Frame Content into Columns

Post by enferty »

Thank you, will try that now. :)
Post Reply