Few latex abbreviation / snippet tweaks
This commit is contained in:
parent
7adc6cf092
commit
71a45e4575
|
@ -85,6 +85,8 @@ local abbreviations = {
|
||||||
{ "card", "\\#" },
|
{ "card", "\\#" },
|
||||||
{ "div", "\\|" },
|
{ "div", "\\|" },
|
||||||
{ "ndiv", "\\not\\|\\:" },
|
{ "ndiv", "\\not\\|\\:" },
|
||||||
|
{ "perp", "\\perp" },
|
||||||
|
{ "iprod", "\\iprod" }, -- custom inner product command
|
||||||
|
|
||||||
-- words
|
-- words
|
||||||
{ "rref", "reduced row echalon form" },
|
{ "rref", "reduced row echalon form" },
|
||||||
|
|
|
@ -206,7 +206,7 @@
|
||||||
"Aligned display math": {
|
"Aligned display math": {
|
||||||
"prefix": "maligned",
|
"prefix": "maligned",
|
||||||
"description": "Create an aligned display math environment",
|
"description": "Create an aligned display math environment",
|
||||||
"body": ["\\begin{align}", "\t$0", "\\end{align}"]
|
"body": ["\\begin{align*}", "\t$0", "\\end{align*}"]
|
||||||
},
|
},
|
||||||
"System of equations": {
|
"System of equations": {
|
||||||
"prefix": "eqsystem",
|
"prefix": "eqsystem",
|
||||||
|
|
Loading…
Reference in a new issue