Fix double space in figure captions

This commit is contained in:
2024-08-14 11:45:43 +02:00
parent be9bbf965f
commit fb09853fc0
2 changed files with 15 additions and 14 deletions

View File

@@ -36,7 +36,7 @@
\begin{figure}[#2]
\centering%
\includegraphics[width=#1\linewidth]{#3}%
\caption[#4]{#4\IfValueTF{#5}{ #5}}% voluntary space before the subfig titles
\caption[#4]{#4#5}
\label{fig:#3}%
\end{figure}%
}