emacs-config/snippets/latex-mode/frac-short

7 lines
130 B
Plaintext
Raw Normal View History

2020-04-20 16:17:12 +00:00
# -*- mode: snippet -*-
# key: /
# name: frac-short
# group: math
# condition: (texmathp)
# --
\frac{${1:`(or % "")`}}{$2}$0