unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/latex-mode/figure
2016-02-18 14:53:30 +01:00

10 lines
194 B
Plaintext

# -*- 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}