From e735c215bdb2290711bdcc7479758a97e92871a0 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Thu, 3 Apr 2025 22:26:08 +0200 Subject: [PATCH] Avoid double parenthesis for reference to subfigures --- setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.org b/setup.org index 2b4c632..ca05987 100644 --- a/setup.org +++ b/setup.org @@ -75,7 +75,7 @@ Use these with the proper bracket in order to ensure that they scale automatical #+begin_src latex \usepackage{caption} \usepackage{subcaption} -\captionsetup{subrefformat=parens} +\captionsetup{subrefformat=simple} \captionsetup[figure]{labelfont=bf} \captionsetup[subfigure]{labelfont=bf}