Files
.emacs.d/snippets/latex-mode/partial derivative

7 lines
147 B
Plaintext
Raw Permalink Normal View History

2025-12-14 09:04:11 +11:00
# -*- mode: snippet -*-
# name: partial derivative
# key: part
# condition: (texmathp)
# group: math
# --
\\frac{\\partial $1}{\\partial ${2:x}} $0