Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
257 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: subfigure
  3. # key: subfig
  4. # --
  5. \begin{figure}[ht]
  6. \centering
  7. \subfigure[$1]
  8. {\label{fig:${2:label}}
  9. \includegraphics[width=.${3:5}\textwidth]{${4:path}}}
  10. \caption{${5:caption}}
  11. \label{fig:${6:label}}
  12. \end{figure}