[emacs] Add snippets for latex mode.
This commit is contained in:
7
.emacs.d/snippets/latex-mode/int.yasnippet
Normal file
7
.emacs.d/snippets/latex-mode/int.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Song Qiang <tsiangsung@gmail.com>
|
||||
# key: int
|
||||
# group: math
|
||||
# name: \int_{n}^{}
|
||||
# --
|
||||
\\${1:$$(yas/choose-value '("int" "oint" "iint" "iiint" "iiiint" "idotsint"))}{$2}^{$3}$0
|
Reference in New Issue
Block a user