Text Formatting ⇒ Beamer Itemize Font Size
Beamer Itemize Font Size
For example, I would like the itemize items to be \Large, subitems \large, subsubitems \small, etc.
Searching through Google and the Beamer manual, I came across \setbeamerfont, but I cannot seem to get it working.
I have tried: \setbeamerfont{itemize subitem}{size=\small}, \setbeamerfont{itemize subbody}{size=\small}
Am I doing something wrong with \setbeamerfont or is there another way to accomplish this?
Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 1
- Joined: Mon Jun 14, 2010 7:27 pm
Re: Beamer Itemize Font Size
\setbeamerfont{itemize/enumerate body}{}
\setbeamerfont{itemize/enumerate subbody}{size=\small}
\setbeamerfont{itemize/enumerate subsubbody}{size=\footnotesize}
See also the beamerfontthemedefault.sty file for more information.
Regards