7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
|
|
# -*- mode: snippet -*-
|
||
|
|
# name: limsup
|
||
|
|
# key: limsup
|
||
|
|
# condition: (and (texmathp) 'auto)
|
||
|
|
# group: math
|
||
|
|
# --
|
||
|
|
\\limsup_{${1:n} \\to ${2:\\infty}} $0
|