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.

7 lines
162 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: subf
  3. # key: sf
  4. # --
  5. \subfigure[${1:caption}]{
  6. \label{fig:${2:label}}
  7. \includegraphics[width=.${3:3}\textwidth]{${4:path}}}
  8. $0