9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
|
|
# -*- mode: snippet -*-
|
||
|
|
# name: cases
|
||
|
|
# key: case
|
||
|
|
# condition: (texmathp)
|
||
|
|
# group: math
|
||
|
|
# --
|
||
|
|
\\begin{cases}
|
||
|
|
$1
|
||
|
|
\\end{cases}$0
|