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