From 3fd35d7a3c47bc9d665281c148818051208bc7e0 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 22 Jan 2020 15:18:22 +0100 Subject: [PATCH] Add \sqrt and \sqrt[3] as Latex input methods * lisp/leim/quail/latin-ltx.el: Add \sqrt and \sqrt[3] as input methods (bug#25594). --- lisp/leim/quail/latin-ltx.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/leim/quail/latin-ltx.el b/lisp/leim/quail/latin-ltx.el index a9ea2bba36d..4ca58b05719 100644 --- a/lisp/leim/quail/latin-ltx.el +++ b/lisp/leim/quail/latin-ltx.el @@ -703,7 +703,8 @@ system, including many technical ones. Examples: ("\\ldq" ?\“) ("\\rdq" ?\”) ("\\defs" ?≙) ; per fuzz/zed - ;; ("\\sqrt[3]" ?∛) + ("\\sqrt" ?√) + ("\\sqrt[3]" ?∛) ("\\llbracket" ?\〚) ; stmaryrd ("\\rrbracket" ?\〛) ;; ("\\lbag" ?\〚) ; fuzz -- 2.39.2