1
Fork 0

Migrated to stylix!

This commit is contained in:
Matei Adriel 2023-03-12 05:24:25 +01:00
parent 271daab72d
commit 7102953c5c
No known key found for this signature in database
50 changed files with 318 additions and 523 deletions
dotfiles/vscode-snippets/snippets/latex

View file

@ -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",