mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
Add \sqrt[4] as Latex input method, too
* lisp/leim/quail/latin-ltx.el: Add \sqrt[4] as input method (bug#25594).
This commit is contained in:
parent
3fd35d7a3c
commit
1a2a5a17a7
@ -705,6 +705,7 @@ system, including many technical ones. Examples:
|
||||
("\\defs" ?≙) ; per fuzz/zed
|
||||
("\\sqrt" ?√)
|
||||
("\\sqrt[3]" ?∛)
|
||||
("\\sqrt[4]" ?∜)
|
||||
("\\llbracket" ?\〚) ; stmaryrd
|
||||
("\\rrbracket" ?\〛)
|
||||
;; ("\\lbag" ?\〚) ; fuzz
|
||||
|
Loading…
x
Reference in New Issue
Block a user