From cf60f451e8d96b721edf9cfd2bd3edf03fa35a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Pirkl?= <theo.pirkl@etu.hesge.ch> Date: Thu, 26 Mar 2020 18:13:37 +0100 Subject: [PATCH] Update default.latex... --- templates/default.latex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/default.latex b/templates/default.latex index 34c4664..6d89a91 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} } -- GitLab