diff options
author | Dave Love <fx@gnu.org> | 2003-10-06 16:13:40 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-10-06 16:13:40 +0000 |
commit | 564cc607213a88cbe08a4eb8602514175e12b624 (patch) | |
tree | d19db938d5034e58c83eba490a81e7c309219a03 /leim/quail/latin-ltx.el | |
parent | 948e6a052078703e9506362365e1f94461c9e15d (diff) | |
download | emacs-564cc607213a88cbe08a4eb8602514175e12b624.tar.gz |
Several additions.
Diffstat (limited to 'leim/quail/latin-ltx.el')
-rw-r--r-- | leim/quail/latin-ltx.el | 11 |
1 files changed, 10 insertions, 1 deletions
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 |