📝 Added tangent line formula to espanso aliases

This commit is contained in:
tomit4 2025-09-06 08:57:44 -07:00
parent 15b210ea64
commit 9cc84f8baa

View file

@ -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)} $$"