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
Document Classes ⇒ Beamer paragraph spacing
NEW: TikZ book now 40% off at Amazon.com for a short time.

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