From 9e23fcd5309913b00231988985544f23f209218e Mon Sep 17 00:00:00 2001 From: Ced Date: Sat, 1 Feb 2025 12:19:57 +0000 Subject: [PATCH] Same size for all captions flowchart/table/figures --- book/sourdough.sty | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/sourdough.sty b/book/sourdough.sty index d38a7cd1..f6c5e09a 100644 --- a/book/sourdough.sty +++ b/book/sourdough.sty @@ -115,6 +115,8 @@ % Caption and figure size below images \usepackage{caption} \captionsetup[figure]{font=footnotesize} +\captionsetup[flowchart]{font=footnotesize} +\captionsetup[table]{font=footnotesize} \DeclareSIUnit\degF{\text{°}F}