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