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 3525 times
gume.JPG
gume.JPG (133.39 KiB) Viewed 3525 times

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
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