From 654554f38a28deb806d1367f41ac35ca45166c09 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 5 Sep 2025 01:33:36 -0700 Subject: [PATCH] :wrench: Adjustment of derivative alias --- .config/espanso/match/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml index 58102b13..128ad5cc 100644 --- a/.config/espanso/match/base.yml +++ b/.config/espanso/match/base.yml @@ -181,7 +181,7 @@ matches: - trigger: ";der" force_clipboard: true - replace: "\\lim\\limits_{h \\to 0}\\frac{f(a + h) - f(a)}{h}" + replace: "f'(x) = \\lim\\limits_{h \\to 0}\\frac{f(x + h) - f(x)}{h}" - trigger: ";quad" force_clipboard: true