fix figure

This commit is contained in:
Andrea Crotti 2011-04-14 10:49:06 +02:00
parent 30885ff7d9
commit 633ae35c72

View file

@ -2,8 +2,8 @@
# name: figure
# key: fig
# --
\begin{figure}
\begin{figure}[ht]
\centering
\includegraphics[${1:options}]{${2:images/path.pdf}}
\includegraphics[${1:options}]{figures/${2:path.pdf}}
\caption{\label{fig:${3:label}} $0}
\end{figure}