Document ClassesBeamer paragraph spacing

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
stinkinrich88
Posts: 52
Joined: Sat Jun 07, 2008 11:56 am

Beamer paragraph spacing

Post by stinkinrich88 »

Hello,

I'd like to customise the paragraph spacing in my beamer presentation. Preferably using the theme file. Ideally, I'd like paragraphs to be spread to fill the entire page height.

Thanks,

Rich

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

stinkinrich88
Posts: 52
Joined: Sat Jun 07, 2008 11:56 am

Re: Beamer paragraph spacing

Post by stinkinrich88 »

Actually, turns out I can just use \vfill between each line.

I didn't want to use this as it made horrid spaces in my beamerarticle. But I simply put the following code in my beamerarticle preamble to remove the vfills:

\renewcommand{\vfill}{}

Cheers!
Post Reply