summaryrefslogtreecommitdiff
path: root/leim/quail/latin-ltx.el
diff options
context:
space:
mode:
Diffstat (limited to 'leim/quail/latin-ltx.el')
-rw-r--r--leim/quail/latin-ltx.el15
1 files changed, 13 insertions, 2 deletions
diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el
index afb68108627..9eb7a0b7dcb 100644
--- a/leim/quail/latin-ltx.el
+++ b/leim/quail/latin-ltx.el
@@ -679,6 +679,7 @@ system, including many technical ones. Examples:
("\\lesssim" ?$,1y2(B)
("\\lfloor" ?$,1zj(B)
("\\lhd" ?$,2"!(B)
+ ("\\rhd" ?$,2!w(B)
("\\ll" ?$,1y*(B)
("\\llcorner" ?$,1z~(B)
("\\lnapprox" ?$,1zF(B)
@@ -940,6 +941,16 @@ system, including many technical ones. Examples:
;; by analogy with lq, rq:
("\\ldq" ?\$,1r|(B)
("\\rdq" ?\$,1r}(B)
-)
-
+ ("\\minus" ?$,1x2(B)
+ ("\\defs" ?$,1xy(B) ; per fuzz/zed
+;; ("\\sqrt[3]" ?$,1x;(B)
+ ("\\llbracket" ?\$,2=Z(B) ; stmaryrd
+ ("\\rrbracket" ?\$,2=[(B)
+;; ("\\lbag" ?\$,2=Z(B) ; fuzz
+;; ("\\rbag" ?\$,2=[(B)
+ ("\\ldata" ?\$,2=J(B) ; fuzz/zed
+ ("\\rdata" ?\$,2=K(B)
+ )
+
+;;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f
;;; latin-ltx.el ends here