A ton of changes I forgot to commit
This commit is contained in:
parent
f981cb55e9
commit
67fc636397
14 changed files with 87 additions and 28 deletions
dotfiles/vscode-snippets/snippets/latex
|
@ -48,6 +48,11 @@
|
|||
"description": "Subscript",
|
||||
"body": "_{$1}$0"
|
||||
},
|
||||
"Exponent": {
|
||||
"prefix": "ee",
|
||||
"description": "Exponent",
|
||||
"body": "^{$1}$0"
|
||||
},
|
||||
"Section": {
|
||||
"prefix": "section",
|
||||
"description": "Add section",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue