yasnippet-snippets/latex-mode/subf
2011-05-30 10:54:57 +02:00

8 lines
No EOL
162 B
Text

# -*- mode: snippet -*-
# name: subf
# key: sf
# --
\subfigure[${1:caption}]{
\label{fig:${2:label}}
\includegraphics[width=.${3:3}\textwidth]{${4:path}}}
$0