Avoid double parenthesis for reference to subfigures

This commit is contained in:
Thomas Dehaeze 2025-04-03 22:26:08 +02:00
parent c4c200724b
commit e735c215bd

View File

@ -75,7 +75,7 @@ Use these with the proper bracket in order to ensure that they scale automatical
#+begin_src latex #+begin_src latex
\usepackage{caption} \usepackage{caption}
\usepackage{subcaption} \usepackage{subcaption}
\captionsetup{subrefformat=parens} \captionsetup{subrefformat=simple}
\captionsetup[figure]{labelfont=bf} \captionsetup[figure]{labelfont=bf}
\captionsetup[subfigure]{labelfont=bf} \captionsetup[subfigure]{labelfont=bf}