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