summaryrefslogtreecommitdiff
path: root/.config/emacs/snippets/org-mode/case
blob: 9176fe39a633d1d42e144896a5c1d4ef50d074ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- mode: snippet -*-
# name: case
# key: <ca
# keybinding : keybinding
# expand-env : ()
# contributor :
# expand-env : ()
# --
\begin{equation*}
$1 =\\
\begin{cases}
$0
\end{cases}
\end{equation*}