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