Files
.emacs.d/snippets/latex-mode/lrangle

7 lines
164 B
Plaintext
Raw Normal View History

2026-03-11 21:08:31 +11:00
# -*- mode: snippet -*-
# name: \left\langle ... \right\rangle
# key: lra
# condition: (and (texmathp) 'auto)
# group: math
# --
\\left\\langle $1 \\right\\rangle$0