update
This commit is contained in:
parent
a03bf550ce
commit
4956fe8431
5 changed files with 31 additions and 8 deletions
|
|
@ -8,14 +8,22 @@ snippet c "``` ..."
|
|||
endsnippet
|
||||
|
||||
# latex
|
||||
snippet vec "vector"
|
||||
snippet vec "vector 1x2"
|
||||
\\begin{bmatrix} $1 \\\\ $2 \\end{bmatrix}$0
|
||||
endsnippet
|
||||
|
||||
snippet mx "matrix"
|
||||
snippet vec3 "vector 1x3"
|
||||
\\begin{bmatrix} $1 \\\\ $2 \\\\ $3 \\end{bmatrix}$0
|
||||
endsnippet
|
||||
|
||||
snippet mx "matrix 2x2"
|
||||
\\begin{bmatrix} $1 & $2 \\\\ $3 & $4 \\end{bmatrix}$0
|
||||
endsnippet
|
||||
|
||||
snippet mx3 "matrix 3x3"
|
||||
\\begin{bmatrix} $1 & $2 & $3 \\\\ $4 & $5 & $6 \\\\ $7 & $8 & $9 \\end{bmatrix}$0
|
||||
endsnippet
|
||||
|
||||
snippet lim "limit"
|
||||
\\lim{$1 \\to $2}$0
|
||||
endsnippet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue