[bootlin/training-materials updates] master: common/beamerthemeBootlin.sty: adjust font size of block titles (afdc8c23)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Aug 2 15:26:45 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/afdc8c239c7f5036e4cd3d73493a7adf87acaaf8

>---------------------------------------------------------------

commit afdc8c239c7f5036e4cd3d73493a7adf87acaaf8
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Tue Aug 2 11:51:16 2022 +0200

    common/beamerthemeBootlin.sty: adjust font size of block titles
    
    When doing \begin{block}{Title}, the Title is typeset with a font that
    is by default too large. Make this font smaller to make such titles
    more reasonable.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

afdc8c239c7f5036e4cd3d73493a7adf87acaaf8
 common/beamerthemeBootlin.sty | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/beamerthemeBootlin.sty b/common/beamerthemeBootlin.sty
index 3070a9f7..efa250e6 100644
--- a/common/beamerthemeBootlin.sty
+++ b/common/beamerthemeBootlin.sty
@@ -31,6 +31,8 @@
 \definecolor{blcodebg}{rgb}{0.9,0.9,0.9}
 \setbeamercolor{block body}{bg=blcodebg}
 
+\setbeamerfont{block title}{size=\scriptsize}
+
 \definecolor{bldarkblue}{rgb}{0.25,0.25,0.75}
 \setbeamercolor{darkblue}{fg=bldarkblue}
 \hypersetup{colorlinks,linkcolor=,urlcolor=bldarkblue}




More information about the training-materials-updates mailing list