1
Fork 0

Some gpt themes + tex modifications + working hyprpaper

This commit is contained in:
Matei Adriel 2023-07-06 21:34:24 +02:00
parent 84aaa6f6b9
commit c9bf24c49b
No known key found for this signature in database
17 changed files with 206 additions and 27 deletions
dotfiles/vscode-snippets/snippets/latex

View file

@ -23,11 +23,21 @@
"description": "Norm of a vector",
"body": "\\norm{$1}$0"
},
"Probability function": {
"prefix": "prob",
"description": "Probability function applied to some set",
"body": "\\prob{$1}$0"
},
"Inner product": {
"prefix": "iprod",
"description": "Inner product of two vectors",
"body": "\\iprod{$1}{$2}$0"
},
"Self inner product": {
"prefix": "diprod",
"description": "Inner product of a vector with itself",
"body": "\\dprod{$1}{$1}$0"
},
"Lemma": {
"prefix": "lemma",
"description": "Create a lemma",