[emacs] Add snippets for latex mode.
This commit is contained in:
7
.emacs.d/snippets/latex-mode/bigop.yasnippet
Normal file
7
.emacs.d/snippets/latex-mode/bigop.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- 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
|
Reference in New Issue
Block a user