Files
.emacs.d/snippets/latex-mode/bigop.yasnippet
Zelong Kuang 3ca5933292 Update
2026-03-20 22:04:25 +11:00

7 lines
247 B
Plaintext

# -*- mode: snippet -*-
# contributor: François Garillot <francois@garillot.net>
# key: bigop
# group: math
# name: \bigop_{n}^{}
# --
\\big${1:$$(yas/choose-value '("oplus" "otimes" "odot" "cup" "cap" "uplus" "sqcup" "vee" "wedge"))}_{$2}^{$3}$0