Few latex abbreviation / snippet tweaks
This commit is contained in:
parent
7adc6cf092
commit
71a45e4575
2 changed files with 3 additions and 1 deletions
dotfiles/vscode-snippets/snippets/latex
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue