1
Fork 0

Few latex abbreviation / snippet tweaks

This commit is contained in:
Matei Adriel 2023-02-28 15:03:25 +01:00
parent 7adc6cf092
commit 71a45e4575
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -85,6 +85,8 @@ local abbreviations = {
{ "card", "\\#" },
{ "div", "\\|" },
{ "ndiv", "\\not\\|\\:" },
{ "perp", "\\perp" },
{ "iprod", "\\iprod" }, -- custom inner product command
-- words
{ "rref", "reduced row echalon form" },

View file

@ -206,7 +206,7 @@
"Aligned display math": {
"prefix": "maligned",
"description": "Create an aligned display math environment",
"body": ["\\begin{align}", "\t$0", "\\end{align}"]
"body": ["\\begin{align*}", "\t$0", "\\end{align*}"]
},
"System of equations": {
"prefix": "eqsystem",