Initial commit
This commit is contained in:
10
snippets/latex-mode/Diagonal bmatrix
Normal file
10
snippets/latex-mode/Diagonal bmatrix
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Diagonal bmatrix
|
||||
# key: diag3
|
||||
# group: math
|
||||
# --
|
||||
\\begin{bmatrix}
|
||||
${1:\\ddots} & & \\\\
|
||||
& ${2:\\ddots} & \\\\
|
||||
& & ${3:\\ddots}
|
||||
\\end{bmatrix}
|
||||
Reference in New Issue
Block a user