Files
doom/snippets/latex-mode/Diagonal bmatrix

10 lines
180 B
Plaintext
Raw Normal View History

2025-11-16 15:47:31 +11:00
# -*- mode: snippet -*-
# name: Diagonal bmatrix
# key: diag3
# group: math
# --
\\begin{bmatrix}
${1:\\ddots} & & \\\\
& ${2:\\ddots} & \\\\
& & ${3:\\ddots}
\\end{bmatrix}