enh: latex

This commit is contained in:
Timothy J. Baek
2024-07-20 11:17:24 +02:00
parent 52cf06b36c
commit 41fecb800d
2 changed files with 21 additions and 0 deletions

View File

@@ -182,6 +182,7 @@
{ left: '\\[', right: '\\]', display: false },
{ left: '[ ', right: ' ]', display: false },
{ left: '\\begin{equation}', right: '\\end{equation}', display: true },
{ left: '\\begin{matrix}', right: '\\end{matrix}', display: true },
{ left: '\\begin{align}', right: '\\end{align}', display: true },
{ left: '\\begin{alignat}', right: '\\end{alignat}', display: true },
{ left: '\\begin{gather}', right: '\\end{gather}', display: true },