Files
dotfiles/.emacs.d/snippets/org-mode/matrix
2017-12-21 17:29:29 +01:00

11 lines
211 B
Plaintext

# -*- mode: snippet -*-
# name: matrix
# key: matrix_
# possible improvement, compute the number of lines from the argument to array
# --
\left \(
\begin{array}{${1:ccc}}
${2:v1 & v2} \\
$0
\end{array}
\right \)