1
Fork 0

Few latex abbreviation / snippet tweaks

This commit is contained in:
Matei Adriel 2023-02-28 15:03:25 +01:00
parent 7adc6cf092
commit 71a45e4575
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions
dotfiles/vscode-snippets/snippets/latex

View file

@ -206,7 +206,7 @@
"Aligned display math": {
"prefix": "maligned",
"description": "Create an aligned display math environment",
"body": ["\\begin{align}", "\t$0", "\\end{align}"]
"body": ["\\begin{align*}", "\t$0", "\\end{align*}"]
},
"System of equations": {
"prefix": "eqsystem",