From 35267764b6ee8ca43501dab4c997626b4fd8b2c6 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 4 Oct 2022 22:19:37 -0700 Subject: [PATCH] Replaced mathwriter with latex --- config-template.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-template.lua b/config-template.lua index 33699c8..7d292e7 100755 --- a/config-template.lua +++ b/config-template.lua @@ -153,9 +153,9 @@ config.ibus = { ibus_engine = "xkb:ru::rus" }, { - title = "Mathwriter", + title = "LaTeX", indicator_code = "∫x", - ibus_engine = "table:mathwriter-ibus", + ibus_engine = "table:latex", requires_engine = "xkb:us::eng" } }