13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: figure
|
||
|
# key: fig
|
||
|
# binding: C-c y f
|
||
|
# condition: (or (= (current-column) 3) (= (current-column) 0))
|
||
|
# contributor: Rafael Villarroel (rvf0068@gmail.com)
|
||
|
# --
|
||
|
#+attr_latex: width=$1\textwidth
|
||
|
#+ATTR_HTML: width="$2%"
|
||
|
#+caption: $3
|
||
|
`(org-insert-link '(4))`
|
||
|
$0
|