From 95d9d0edeb0327200926f32a07fcc340566d2f0c Mon Sep 17 00:00:00 2001 From: "Jeroen F.J. Laros" <J.F.J.Laros@lumc.nl> Date: Sun, 6 Jan 2013 21:39:02 +0000 Subject: [PATCH] Made the font of the captions of listings the same as tables and figures. --- beamerthemelumc.sty | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/beamerthemelumc.sty b/beamerthemelumc.sty index 5ae6cf3..c89293f 100644 --- a/beamerthemelumc.sty +++ b/beamerthemelumc.sty @@ -102,6 +102,10 @@ numberstyle = \tiny } +% Change the font of the captions of listings. +\usepackage{caption} +\captionsetup[lstlisting]{font={footnotesize}} + % Define an empty language to use only for typesetting. \lstdefinelanguage{none}{} -- GitLab