🔧 Added slope alias to espanso
This commit is contained in:
parent
5391a73d45
commit
666d00a63a
1 changed files with 4 additions and 0 deletions
|
|
@ -175,6 +175,10 @@ matches:
|
|||
force_clipboard: true
|
||||
replace: "$$ x = \\frac{-(b) \\pm \\sqrt{(b)^2 - 4(a)(c)}}{2(a)} $$"
|
||||
|
||||
- trigger: ";slope"
|
||||
force_clipboard: true
|
||||
replace: "$$ m = \\frac{y_2 - y_1}{x_2 - x_1} $$"
|
||||
|
||||
# prints out latex piecewise function
|
||||
- trigger: ";piece"
|
||||
force_clipboard: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue