yasnippet-snippets/snippets/org-mode/matrix
2017-08-13 12:16:55 +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 \)