dotfiles/home/dot_config/doom/snippets/org-mode/summation
2025-09-27 15:28:09 +01:00

6 lines
120 B
Text

# -*- mode: snippet -*-
# name: Summation
# key: sum
# condition: (org-inside-LaTeX-fragment-p)
# --
\\sum_{$1}^{$2} $0