Page Layout ⇒ beamer | Change Font Size of Block Title
beamer | Change Font Size of Block Title
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
beamer | Change Font Size of Block Title
that's easy to to, by just one line, such as
Code: Select all
\setbeamerfont{block title}{size=\scriptsize}
Stefan
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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
beamer | Change Font Size of Block Title

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
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