emacs-config/snippets/latex-mode/cases

9 lines
126 B
Plaintext
Raw Normal View History

2020-04-20 16:17:12 +00:00
# -*- mode: snippet -*-
# key: cs
# name: cases
# group: math
# condition: (texmathp)
# --
\begin{cases}
`%`$1
\end{cases}$0