unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/latex-mode/subf

8 lines
162 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: subf
# key: sf
# --
\subfigure[${1:caption}]{
\label{fig:${2:label}}
\includegraphics[width=.${3:3}\textwidth]{${4:path}}}
$0