Page Layout ⇒ beamer | Change Font Size of Block Title
beamer | Change Font Size of Block Title
The font size of the block title is identical to the font size of the context on each slide. The problem is that this makes my beamer quite cramp. I am wondering the method to decrease the size of the font on the title of the block. Can someone provide me with the information for changing the size of the font of the block title?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
beamer | Change Font Size of Block Title
Hi,
that's easy to to, by just one line, such as
With the Madrid theme this gives:
Stefan
that's easy to to, by just one line, such as
Code: Select all
\setbeamerfont{block title}{size=\scriptsize}
Stefan
LaTeX.org admin
beamer | Change Font Size of Block Title
Thanks for your reply. Can you tell me how you know the method to change how beamer looks? I want to know the method to do some modification to the macro.Stefan_K wrote:Hi,
that's easy to to, by just one line, such as
With the Madrid theme this gives:Code: Select all
\setbeamerfont{block title}{size=\scriptsize}
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
beamer | Change Font Size of Block Title
You can read about it in the
beamer manual (
Stefan

texdoc beamer
or on CTAN), here for example in 12.3 Block Environments, Beamer-Color/-Font block title. \setbeamerfont
is also explained somewhere, of course. I know that the manual is extensive, but beamer is feature rich. Sometimes it's quicker to look into a beamer theme source code file to quickly find theme related commands and settings.Stefan
LaTeX.org admin
beamer | Change Font Size of Block Title
Thanks.Stefan_K wrote:You can read about it in the beamer manual (texdoc beamer
or on CTAN), here for example in 12.3 Block Environments, Beamer-Color/-Font block title.\setbeamerfont
is also explained somewhere, of course. I know that the manual is extensive, but beamer is feature rich. Sometimes it's quicker to look into a beamer theme source code file to quickly find theme related commands and settings.
Stefan