8 lines
255 B
Plaintext
8 lines
255 B
Plaintext
|
|
# -*- mode: snippet -*-
|
||
|
|
# contributor: Song Qiang <tsiangsung@gmail.com>
|
||
|
|
# key: integ
|
||
|
|
# group: math
|
||
|
|
# condition: (and (texmathp) 'auto)
|
||
|
|
# name: Indefinite integral (all)
|
||
|
|
# --
|
||
|
|
\\${1:$$(yas/choose-value '("int" "oint" "iint" "iiint" "iiiint" "idotsint"))}$0
|