diff --git a/templates/default.latex b/templates/default.latex index 6d89a913a648ae3133b05f9ab7fe4bcd0a50e3fa..34c4664f6352ae8c3f8e20ba9159394e6c92e395 100644 --- a/templates/default.latex +++ b/templates/default.latex @@ -276,12 +276,11 @@ $endif$ \caption{#3} \end{figure} } -\newcommand{\cimg}[4]{% \img{path}{settings}{caption}{source} +\newcommand{\cimg}[3]{% \img{path}{settings}{caption} \begin{figure} \centering \includegraphics[#2]{#1} \caption{#3} - \caption*{\textit{#4}} \end{figure} }