mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -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
|
||||
("\\sqrt" ?√)
|
||||
("\\sqrt[3]" ?∛)
|
||||
("\\sqrt[4]" ?∜)
|
||||
("\\llbracket" ?\〚) ; stmaryrd
|
||||
("\\rrbracket" ?\〛)
|
||||
;; ("\\lbag" ?\〚) ; fuzz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue