Skip to content

Commit 1a2a5a1

Browse files
committed
Add \sqrt[4] as Latex input method, too
* lisp/leim/quail/latin-ltx.el: Add \sqrt[4] as input method (bug#25594).
1 parent 3fd35d7 commit 1a2a5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisp/leim/quail/latin-ltx.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ system, including many technical ones. Examples:
705705
("\\defs" ?≙) ; per fuzz/zed
706706
("\\sqrt" ?√)
707707
("\\sqrt[3]" ?∛)
708+
("\\sqrt[4]" ?∜)
708709
("\\llbracket" ?\〚) ; stmaryrd
709710
("\\rrbracket" ?\〛)
710711
;; ("\\lbag" ?\〚) ; fuzz

0 commit comments

Comments
 (0)