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