From 7f88d65962711eec23a52ba7f6ce6be3277e30ed Mon Sep 17 00:00:00 2001 From: Cedric Date: Tue, 18 Feb 2025 11:58:05 +0000 Subject: [PATCH] Use small instead of footnotesize for caption larger font and also use bold --- book/sourdough.sty | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/book/sourdough.sty b/book/sourdough.sty index f6c5e09..4e5f3be 100644 --- a/book/sourdough.sty +++ b/book/sourdough.sty @@ -113,10 +113,8 @@ } % Caption and figure size below images -\usepackage{caption} -\captionsetup[figure]{font=footnotesize} -\captionsetup[flowchart]{font=footnotesize} -\captionsetup[table]{font=footnotesize} +\addtokomafont{captionlabel}{\textbf} +\addtokomafont{caption}{\small} \DeclareSIUnit\degF{\text{°}F}