Initial commit
This commit is contained in:
7
snippets/latex-mode/partial derivative
Normal file
7
snippets/latex-mode/partial derivative
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: partial derivative
|
||||
# key: part
|
||||
# condition: (texmathp)
|
||||
# group: math
|
||||
# --
|
||||
\\frac{\\partial $1}{\\partial ${2:x}} $0
|
||||
Reference in New Issue
Block a user