diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 06f6820560c..9eb7a0b7dcb 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -941,7 +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