🔧 Added more math aliases
This commit is contained in:
parent
8d1690e30a
commit
4c3e97cd25
1 changed files with 9 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ matches:
|
|||
force_clipboard: true
|
||||
replace: "source $HOME/.sdrc && cd $sdir && ls"
|
||||
|
||||
- trigger: ";for"
|
||||
- trigger: ";forl"
|
||||
force_clipboard: true
|
||||
replace: "for (;;) {}"
|
||||
|
||||
|
|
@ -179,6 +179,14 @@ matches:
|
|||
force_clipboard: true
|
||||
replace: "$$ m = \\frac{y_2 - y_1}{x_2 - x_1} $$"
|
||||
|
||||
- trigger: ";point"
|
||||
force_clipboard: true
|
||||
replace: "$$ y = y_1 + m(x - x_1) $$"
|
||||
|
||||
- trigger: ";form"
|
||||
force_clipboard: true
|
||||
replace: "$$ y = mx + b $$"
|
||||
|
||||
# prints out latex piecewise function
|
||||
- trigger: ";piece"
|
||||
force_clipboard: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue