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/sum.yasnippet

7 lines
139 B
Plaintext
Raw Normal View History

2025-11-16 15:47:31 +11:00
# -*- mode: snippet -*-
# contributor: Song Qiang <tsiangsung@gmail.com>
# key: sum
# group: math
# name: \sum_{n}^{}
# --
\sum_{$1}^{$2}$0