yasnippet-snippets/latex-mode/figure
Andrea Crotti 633ae35c72 fix figure
2011-04-14 10:49:06 +02: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}