From b44dc247da3bdf7da91b3980b8626e8ca671df36 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:20:49 +0100 Subject: [PATCH] Revert "Update default.latex..." This reverts commit cf60f451e8d96b721edf9cfd2bd3edf03fa35a8f --- templates/default.latex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/default.latex b/templates/default.latex index 6d89a91..34c4664 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} } -- GitLab