yasnippet-snippets/snippets/org-mode/matrix

11 lines
211 B
Text
Raw Normal View History

2011-07-07 14:32:44 +02:00
# -*- mode: snippet -*-
# name: matrix
2015-01-20 19:51:17 +01:00
# key: matrix_
2011-07-07 14:32:44 +02:00
# possible improvement, compute the number of lines from the argument to array
# --
\left \(
\begin{array}{${1:ccc}}
${2:v1 & v2} \\
$0
\end{array}
\right \)