[emacs] Add snippets for latex mode.
This commit is contained in:
7
.emacs.d/snippets/latex-mode/big.yasnippet
Normal file
7
.emacs.d/snippets/latex-mode/big.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Song Qiang <tsiangsung@gmail.com>
|
||||
# key: big
|
||||
# group: math
|
||||
# name: \bigl( ... \bigr)
|
||||
# --
|
||||
\\${1:$$(yas/choose-value '("big" "Big" "bigg" "Bigg"))}l( $0 \\$1r)
|
Reference in New Issue
Block a user