From a82bb4fbc6b9f2b131ee1a9d955220c00cf17efa Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Sun, 29 Sep 2024 23:10:10 +0200 Subject: [PATCH] Fix tabwide --- config/thesis_commands.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/thesis_commands.tex b/config/thesis_commands.tex index da44b35..6c3d8b5 100644 --- a/config/thesis_commands.tex +++ b/config/thesis_commands.tex @@ -113,7 +113,7 @@ \RenewDocumentEnvironment{tabwide}{O{htbp} m m O{}}{% #1 = position, #2 = label, #3 = title, #4 = additional caption \begin{sidewaystable}[#1]% \centering% - \caption{#3#4}% + \caption[#3]{#3#4}% \label{tab:#2}% }{% \end{sidewaystable}%