Document Classes ⇒ Beamer paragraph spacing
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am
Beamer paragraph spacing
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
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
-
- Posts: 52
- Joined: Sat Jun 07, 2008 11:56 am
Re: Beamer paragraph spacing
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!