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