Several additions.

This commit is contained in:
Dave Love 2003-10-06 16:13:40 +00:00
parent 948e6a0520
commit 564cc60721

View file

@ -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