From 98edb0d7cecff80085d4017b67fb74d740327527 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Sun, 19 Nov 2023 13:32:47 +0000 Subject: [PATCH] paper: tweak caption fontsize --- paper/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.tex b/paper/paper.tex index 63802f5..dc79aae 100644 --- a/paper/paper.tex +++ b/paper/paper.tex @@ -141,7 +141,7 @@ % Caption setup \DeclareCaptionFormat{plain}{#1#3} -\captionsetup{font=scriptsize,labelfont=bf} +\captionsetup{font=footnotesize,labelfont=bf} % The eqntable environment \newcolumntype{Y}{>{\centering\arraybackslash}X}