Files
.emacs.d/snippets/latex-mode/bmatrix (2 x 2)
Zelong Kuang 753ea5ea48 Update
2025-12-14 09:04:11 +11:00

8 lines
127 B
Plaintext

# key: mat2
# name: bmatrix (2 x 2)
# group: math
# --
\\begin{bmatrix}
${1:A} & ${2:$1} \\\\
${3:$1} & ${4:$1}
\\end{bmatrix}