yasnippet-snippets/org-mode/matrix
2011-07-07 14:32:44 +02:00

12 lines
No EOL
239 B
Text

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