unix-conf/.emacs.d/snippets/latex-mode/big.yasnippet
2019-08-19 15:13:14 +00:00

7 lines
198 B
Plaintext

# -*- 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)