1
Fork 0

Vim latex setup improvements (and more)

This commit is contained in:
Matei Adriel 2023-09-18 03:15:13 +03:00
parent 500f79cbdf
commit 0ca50395eb
No known key found for this signature in database
9 changed files with 28 additions and 7 deletions
dotfiles/vscode-snippets/snippets/latex

View file

@ -73,5 +73,15 @@
"prefix": "exln",
"description": "Explain a step which applies the ln function to both sides of an equation",
"body": "&& \\left( \\ln $1 \\right)$0"
},
"Explain triangle inequality": {
"prefix": "extrin",
"description": "Explain a step using the triangle inequality in math mode",
"body": "&& \\text{(Triangle inequality on $ $1 $)}$0"
},
"Explain being bounded": {
"prefix": "exbound",
"description": "Explain that something is bounded in math mode",
"body": "&& \\text{($ $1 $ is bounded)}$0"
}
}