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}%