emacs-config/snippets/latex-mode/frac-short
2020-04-21 00:17:12 +08:00

7 lines
130 B
Plaintext

# -*- mode: snippet -*-
# key: /
# name: frac-short
# group: math
# condition: (texmathp)
# --
\frac{${1:`(or % "")`}}{$2}$0