13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# contributor : Mads D. Kristensen <madsdk@gmail.com>
|
||
|
# key : fig
|
||
|
# group: environments
|
||
|
# name : \begin{figure} ... \end{figure}
|
||
|
# --
|
||
|
\begin{figure}[htbp]
|
||
|
\centering
|
||
|
$0
|
||
|
\caption{${1:caption}}
|
||
|
\label{${2:"waiting for reftex-label call..."$(unless yas/modified-p (reftex-label nil 'dont-insert))}}
|
||
|
\end{figure}
|