Files
.emacs.d/snippets/latex-mode/Diagonal bmatrix

10 lines
180 B
Plaintext
Raw Normal View History

2025-12-14 09:04:11 +11:00
# -*- mode: snippet -*-
# name: Diagonal bmatrix
# key: diag3
# group: math
# --
\\begin{bmatrix}
${1:\\ddots} & & \\\\
& ${2:\\ddots} & \\\\
& & ${3:\\ddots}
\\end{bmatrix}