Files
.emacs.d/snippets/latex-mode/frac.yasnippet

8 lines
219 B
Plaintext
Raw Normal View History

2025-12-14 09:04:11 +11:00
# -*- mode: snippet -*-
# contributor: Song Qiang <tsiangsung@gmail.com>
# key: frac
# group: math
# name: \frac{numerator}{denominator}
2026-04-03 22:48:09 +11:00
# condition: (and (texmathp) 'auto)
2025-12-14 09:04:11 +11:00
# --
\frac{${1:numerator}}{${2:denominator}}$0