Few latex abbreviation / snippet tweaks
This commit is contained in:
parent
7adc6cf092
commit
71a45e4575
|
@ -85,6 +85,8 @@ local abbreviations = {
|
|||
{ "card", "\\#" },
|
||||
{ "div", "\\|" },
|
||||
{ "ndiv", "\\not\\|\\:" },
|
||||
{ "perp", "\\perp" },
|
||||
{ "iprod", "\\iprod" }, -- custom inner product command
|
||||
|
||||
-- words
|
||||
{ "rref", "reduced row echalon form" },
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue