Skip to content
Snippets Groups Projects
Commit cf60f451 authored by Théo Pirkl's avatar Théo Pirkl
Browse files

Update default.latex...

parent 86bc0505
Branches
No related tags found
No related merge requests found
......@@ -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}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment