7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
|
|
# -*- mode: snippet -*-
|
||
|
|
# name: To the power
|
||
|
|
# key: pw
|
||
|
|
# condition: (and (texmathp) 'auto)
|
||
|
|
# group: math
|
||
|
|
# --
|
||
|
|
^{$0}
|