.emacs.d/snippets/latex-mode/math.yasnippet
2020-01-13 15:14:54 +01:00

10 lines
143 B
Plaintext

# -*- mode: snippet -*-
# contributor: Song Qiang <tsiangsung@gmail.com>
# key: math
# group: math
# name: displaymath \[ ... \]
# --
\[
$1
\]