This repository has been archived on 2026-04-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
doom/snippets/latex-mode/partial derivative

7 lines
147 B
Plaintext
Raw Normal View History

2025-11-16 15:47:31 +11:00
# -*- mode: snippet -*-
# name: partial derivative
# key: part
# condition: (texmathp)
# group: math
# --
\\frac{\\partial $1}{\\partial ${2:x}} $0