Skip to content

Commit 3fd35d7

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lisp/leim/quail/latin-ltx.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,8 @@ system, including many technical ones. Examples:
703703
("\\ldq" ?\“)
704704
("\\rdq" ?\”)
705705
("\\defs" ?≙) ; per fuzz/zed
706-
;; ("\\sqrt[3]" ?∛)
706+
("\\sqrt" ?√)
707+
("\\sqrt[3]" ?∛)
707708
("\\llbracket" ?\〚) ; stmaryrd
708709
("\\rrbracket" ?\〛)
709710
;; ("\\lbag" ?\〚) ; fuzz

0 commit comments

Comments
 (0)