yasnippet-snippets/latex-mode/subf

8 lines
162 B
Text
Raw Normal View History

2011-05-20 19:16:29 +02:00
# -*- mode: snippet -*-
# name: subf
# key: sf
# --
2011-05-30 10:54:57 +02:00
\subfigure[${1:caption}]{
\label{fig:${2:label}}
2011-05-20 19:16:29 +02:00
\includegraphics[width=.${3:3}\textwidth]{${4:path}}}
$0