📝 Added tangent line formula to espanso aliases
This commit is contained in:
parent
15b210ea64
commit
9cc84f8baa
1 changed files with 4 additions and 0 deletions
|
|
@ -183,6 +183,10 @@ matches:
|
|||
force_clipboard: true
|
||||
replace: "f'(x) = \\lim\\limits_{h \\to 0}\\frac{f(x + h) - f(x)}{h}"
|
||||
|
||||
- trigger: ";tan"
|
||||
force_clipboard: true
|
||||
replace: "y = f(a) + f'(a)(x - a)"
|
||||
|
||||
- trigger: ";quad"
|
||||
force_clipboard: true
|
||||
replace: "$$ x = \\frac{-(b) \\pm \\sqrt{(b)^2 - 4(a)(c)}}{2(a)} $$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue