🔧 Added integral latex alias

This commit is contained in:
tomit4 2025-11-18 19:19:34 -08:00
parent 89bb5e18c7
commit d2b205cd52

View file

@ -171,6 +171,10 @@ matches:
force_clipboard: true
replace: "\\frac{}{}"
- trigger: ";int"
force_clipboard: true
replace: "\\int{f(x), dx}"
- trigger: ";lim"
force_clipboard: true
replace: "\\lim\\limits_{ \\to }"