Files
emacs/snippets/latex-mode/math.yasnippet
2024-04-30 07:08:23 +02:00

10 lines
143 B
Plaintext

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