From 346fe2a8c3a901976223268bb7bfa030164ff412 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Sun, 29 Sep 2024 23:10:01 +0200 Subject: [PATCH] Fix \figwide --- 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 b21b006..da44b35 100644 --- a/config/thesis_commands.tex +++ b/config/thesis_commands.tex @@ -30,7 +30,7 @@ \begin{sidewaysfigure}[#2] \centering% \includegraphics[width=#1\linewidth]{#3}% - \caption[#5]{#4#5}% + \caption[#4]{#4#5}% \label{fig:#3}% \end{sidewaysfigure}% }