mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
6 lines
120 B
Text
6 lines
120 B
Text
# -*- mode: snippet -*-
|
|
# name: Summation
|
|
# key: sum
|
|
# condition: (org-inside-LaTeX-fragment-p)
|
|
# --
|
|
\\sum_{$1}^{$2} $0
|