dotfiles/user-config/emacs/.emacs.d/etc/snippets/latex-mode/big.yasnippet

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)