unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/org-mode/figure

8 lines
134 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: figure
# key: fig_
# --
#+CAPTION: ${1:caption}
#+ATTR_LaTeX: ${2:scale=0.75}
#+LABEL: fig:${3:label}