8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: Song Qiang <tsiangsung@gmail.com>
|
|
# key: frac
|
|
# group: math
|
|
# name: \frac{numerator}{denominator}
|
|
# condition: (and (texmathp) 'auto)
|
|
# --
|
|
\frac{${1:numerator}}{${2:denominator}}$0 |