emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3fd35d7 1/2: Add \sqrt and \sqrt[3] as Latex input methods


From: Lars Ingebrigtsen
Subject: master 3fd35d7 1/2: Add \sqrt and \sqrt[3] as Latex input methods
Date: Wed, 22 Jan 2020 10:47:29 -0500 (EST)

branch: master
commit 3fd35d7a3c47bc9d665281c148818051208bc7e0
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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).
---
 lisp/leim/quail/latin-ltx.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/leim/quail/latin-ltx.el b/lisp/leim/quail/latin-ltx.el
index a9ea2bb..4ca58b0 100644
--- a/lisp/leim/quail/latin-ltx.el
+++ b/lisp/leim/quail/latin-ltx.el
@@ -703,7 +703,8 @@ system, including many technical ones.  Examples:
  ("\\ldq" ?\“)
  ("\\rdq" ?\”)
  ("\\defs" ?≙)                         ; per fuzz/zed
- ;; ("\\sqrt[3]" ?∛)
+ ("\\sqrt" ?√)
+ ("\\sqrt[3]" ?∛)
  ("\\llbracket" ?\〚)                   ; stmaryrd
  ("\\rrbracket" ?\〛)
  ;; ("\\lbag" ?\〚)                     ; fuzz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]