unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/org-mode/matrix
2016-02-18 14:53:30 +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 \)