diff options
| author | Lars Ingebrigtsen | 2020-01-22 16:47:12 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-01-22 16:47:12 +0100 |
| commit | 1a2a5a17a75d77961b94d88989353bd07cfd3ef5 (patch) | |
| tree | 20bee116e99a4a3824240256b66e5be3446b979a | |
| parent | 3fd35d7a3c47bc9d665281c148818051208bc7e0 (diff) | |
| download | emacs-1a2a5a17a75d77961b94d88989353bd07cfd3ef5.tar.gz emacs-1a2a5a17a75d77961b94d88989353bd07cfd3ef5.zip | |
Add \sqrt[4] as Latex input method, too
* lisp/leim/quail/latin-ltx.el: Add \sqrt[4] as input method
(bug#25594).
| -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: | |||
| 705 | ("\\defs" ?≙) ; per fuzz/zed | 705 | ("\\defs" ?≙) ; per fuzz/zed |
| 706 | ("\\sqrt" ?√) | 706 | ("\\sqrt" ?√) |
| 707 | ("\\sqrt[3]" ?∛) | 707 | ("\\sqrt[3]" ?∛) |
| 708 | ("\\sqrt[4]" ?∜) | ||
| 708 | ("\\llbracket" ?\〚) ; stmaryrd | 709 | ("\\llbracket" ?\〚) ; stmaryrd |
| 709 | ("\\rrbracket" ?\〛) | 710 | ("\\rrbracket" ?\〛) |
| 710 | ;; ("\\lbag" ?\〚) ; fuzz | 711 | ;; ("\\lbag" ?\〚) ; fuzz |