From ebdfb9f4509731880912f8e043cab3140e9e0e22 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Thu, 22 Aug 2024 18:36:18 +0200 Subject: [PATCH] Remove subfig caption --- config/thesis_commands.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/thesis_commands.tex b/config/thesis_commands.tex index e6913c3..42bbc43 100644 --- a/config/thesis_commands.tex +++ b/config/thesis_commands.tex @@ -67,9 +67,9 @@ \setkeys{Gin}{height=#1}% } -\RenewDocumentCommand{\subfig}{o O{b} m O{}}{% #1 = width, #2 = valign, #3 = filename, #4 = caption +\RenewDocumentCommand{\subfig}{o O{b} m}{% #1 = width, #2 = valign, #3 = filename \hfill% - \subfloat[#4\label{fig:#3}]{% + \subfloat[\label{fig:#3}]{% \IfValueTF{#1}{% \includegraphics[width=#1\linewidth, valign=#2, keepaspectratio]{#3}% }{%