nixos/home-manager/software/emacs/emacs.d/snippets/org-mode/figure

9 lines
118 B
Plaintext
Raw Normal View History

2022-03-03 19:30:18 +01:00
# -*- mode: snippet -*-
# name: Latex Figure
# key: _figure
# --
#+caption: $1
#+name: fig:$2
[[file:pictures/$3]]
$0