Install yasnippet and vala-snippets packages
This commit is contained in:
13
elpa/yasnippet-20160924.2001/snippets/latex-mode/subfigure
Normal file
13
elpa/yasnippet-20160924.2001/snippets/latex-mode/subfigure
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: subfigure
|
||||
# key: subfig
|
||||
# --
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\subfigure[$1]
|
||||
{\label{fig:${2:label}}
|
||||
\includegraphics[width=.${3:5}\textwidth]{${4:path}}}
|
||||
|
||||
\caption{${5:caption}}
|
||||
\label{fig:${6:label}}
|
||||
\end{figure}
|
Reference in New Issue
Block a user