🔧 Added circle math formula
This commit is contained in:
parent
4c3e97cd25
commit
8a2023c5b3
1 changed files with 4 additions and 0 deletions
|
|
@ -187,6 +187,10 @@ matches:
|
||||||
force_clipboard: true
|
force_clipboard: true
|
||||||
replace: "$$ y = mx + b $$"
|
replace: "$$ y = mx + b $$"
|
||||||
|
|
||||||
|
- trigger: ";circ"
|
||||||
|
force_clipboard: true
|
||||||
|
replace: "$$ (x - h)^2 + (y - k)^2 = r^2 $$"
|
||||||
|
|
||||||
# prints out latex piecewise function
|
# prints out latex piecewise function
|
||||||
- trigger: ";piece"
|
- trigger: ";piece"
|
||||||
force_clipboard: true
|
force_clipboard: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue