Migrated to stylix!
This commit is contained in:
parent
271daab72d
commit
7102953c5c
50 changed files with 318 additions and 523 deletions
dotfiles/vscode-snippets/snippets/latex
|
@ -14,6 +14,16 @@
|
|||
"description": "Absolute values",
|
||||
"body": "\\abs{$1}$0"
|
||||
},
|
||||
"Norm": {
|
||||
"prefix": "norm",
|
||||
"description": "Norm of a vector",
|
||||
"body": "\\norm{$1}$0"
|
||||
},
|
||||
"Inner product": {
|
||||
"prefix": "iprod",
|
||||
"description": "Inner product of two vectors",
|
||||
"body": "\\iprod{$1}{$2}$0"
|
||||
},
|
||||
"Lemma": {
|
||||
"prefix": "lemma",
|
||||
"description": "Create a lemma",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue