7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: partial derivative
|
|
# key: part
|
|
# condition: (texmathp)
|
|
# group: math
|
|
# --
|
|
\\frac{\\partial $1}{\\partial ${2:x}} $0 |