chore: Added Latex snippets

This commit is contained in:
Afonso Franco 2022-10-14 15:14:23 +01:00
parent 3cafdb0c71
commit 819fdaed7d
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"Create Split": {
"prefix": ["split"],
"body": [
"\\langle $1 \\rangle$0"
],
"description": "Create a Split"
},
"Use CP Rule": {
"prefix": ["rule"],
"body": [
"\\equiv \\{Propriedade\\ ${1:Numero_da_propriedade}\\}$0"
],
"description": "Create a Split"
}
}