10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: figure
|
||
|
# key: figure
|
||
|
# condition: t
|
||
|
# --
|
||
|
\begin{figure}[H]
|
||
|
\centering
|
||
|
\includegraphics[width=\columnwidth]{$1}
|
||
|
\caption{\label{fig:$2}$3}
|
||
|
\end{figure}
|