Files
.emacs.d/snippets/latex-mode/bigop.yasnippet

8 lines
281 B
Plaintext
Raw Normal View History

2025-12-14 09:04:11 +11:00
# -*- mode: snippet -*-
# contributor: François Garillot <francois@garillot.net>
2026-04-02 15:31:43 +11:00
# key: bop
2025-12-14 09:04:11 +11:00
# group: math
# name: \bigop_{n}^{}
2026-04-02 15:31:43 +11:00
# condition: (and (texmathp) 'auto)
2025-12-14 09:04:11 +11:00
# --
2026-03-20 22:04:25 +11:00
\\big${1:$$(yas/choose-value '("oplus" "otimes" "odot" "cup" "cap" "uplus" "sqcup" "vee" "wedge"))}_{$2}^{$3}$0