From 1a2a5a17a75d77961b94d88989353bd07cfd3ef5 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 22 Jan 2020 16:47:12 +0100 Subject: [PATCH] Add \sqrt[4] as Latex input method, too * lisp/leim/quail/latin-ltx.el: Add \sqrt[4] as input method (bug#25594). --- lisp/leim/quail/latin-ltx.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/leim/quail/latin-ltx.el b/lisp/leim/quail/latin-ltx.el index 4ca58b05719..ea9cafe62d2 100644 --- a/lisp/leim/quail/latin-ltx.el +++ b/lisp/leim/quail/latin-ltx.el @@ -705,6 +705,7 @@ system, including many technical ones. Examples: ("\\defs" ?≙) ; per fuzz/zed ("\\sqrt" ?√) ("\\sqrt[3]" ?∛) + ("\\sqrt[4]" ?∜) ("\\llbracket" ?\〚) ; stmaryrd ("\\rrbracket" ?\〛) ;; ("\\lbag" ?\〚) ; fuzz -- 2.39.2