LaTeX Beamer : distribute items evenly inside each frame
Asked Answered
P

2

5

I have a Beamer presentation and I'd like to get the items of an itemize environment evenly spaced in each frame.

For instance, using the option \frame[t] gets all the content of a frame top aligned. How can I "vertically justify" the items, i.e. distribute them evenly?

Psalmist answered 21/6, 2011 at 23:30 Comment(0)
U
9

Insert \vfill between your content (items, images, text, etc.) where you want space to be added. This will automatically share the available space between all occurrences of \vfill.

Untouchability answered 22/6, 2011 at 12:25 Comment(0)
T
0

[t] is an alignment option meaning top align. Just call \frame{...} and the content will be centered.

Trochee answered 22/6, 2011 at 9:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.