mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08: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
1 changed files with 1 additions and 0 deletions
|
|
@ -705,6 +705,7 @@ system, including many technical ones. Examples:
|
||||||
("\\defs" ?≙) ; per fuzz/zed
|
("\\defs" ?≙) ; per fuzz/zed
|
||||||
("\\sqrt" ?√)
|
("\\sqrt" ?√)
|
||||||
("\\sqrt[3]" ?∛)
|
("\\sqrt[3]" ?∛)
|
||||||
|
("\\sqrt[4]" ?∜)
|
||||||
("\\llbracket" ?\〚) ; stmaryrd
|
("\\llbracket" ?\〚) ; stmaryrd
|
||||||
("\\rrbracket" ?\〛)
|
("\\rrbracket" ?\〛)
|
||||||
;; ("\\lbag" ?\〚) ; fuzz
|
;; ("\\lbag" ?\〚) ; fuzz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue