diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-01-22 16:47:12 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-01-22 16:47:12 +0100 |
commit | 1a2a5a17a75d77961b94d88989353bd07cfd3ef5 (patch) | |
tree | 20bee116e99a4a3824240256b66e5be3446b979a /lisp | |
parent | 3fd35d7a3c47bc9d665281c148818051208bc7e0 (diff) | |
download | emacs-1a2a5a17a75d77961b94d88989353bd07cfd3ef5.tar.gz |
Add \sqrt[4] as Latex input method, too
* lisp/leim/quail/latin-ltx.el: Add \sqrt[4] as input method
(bug#25594).
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/leim/quail/latin-ltx.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |