aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo C. Stein2025-11-19 10:15:15 -0600
committerEli Zaretskii2026-01-24 12:43:57 +0200
commit11d26dccde6ea335b559cd95693d39bd70a65380 (patch)
tree5c1417289ed68f6d544e6ac0ea09d2c9ee188243
parent4de7ddc837848a80ff8eae1ac99e518b53b3f0e1 (diff)
downloademacs-11d26dccde6ea335b559cd95693d39bd70a65380.tar.gz
emacs-11d26dccde6ea335b559cd95693d39bd70a65380.zip
Add a few missing mathematical brackets to TeX input method
* lisp/leim/quail/latin-ltx.el: Add a few more left/right brackets, especially the ones whose names in ucs-names start with MATHEMATICAL. The macro names are taken from unimath-symbols.pdf, available at http://mirrors.ctan.org/macros/unicodetex/latex/unicode-math/unimath-symbols.pdf
-rw-r--r--lisp/leim/quail/latin-ltx.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/leim/quail/latin-ltx.el b/lisp/leim/quail/latin-ltx.el
index cd7b24fccdc..356db627818 100644
--- a/lisp/leim/quail/latin-ltx.el
+++ b/lisp/leim/quail/latin-ltx.el
@@ -393,6 +393,8 @@ system, including many technical ones. Examples:
393 ("\\dddot" ?⃛) 393 ("\\dddot" ?⃛)
394 ("\\ddot" ?̈) ;; synonymous with \" 394 ("\\ddot" ?̈) ;; synonymous with \"
395 ("\\ddots" ?⋱) 395 ("\\ddots" ?⋱)
396 ("\\diagdown" ?⟍)
397 ("\\diagup" ?⟋)
396 ("\\diamond" ?⋄) 398 ("\\diamond" ?⋄)
397 ("\\diamondsuit" ?♢) 399 ("\\diamondsuit" ?♢)
398 ("\\divideontimes" ?⋇) 400 ("\\divideontimes" ?⋇)
@@ -483,8 +485,13 @@ system, including many technical ones. Examples:
483 ("\\ket" ?\⟩) 485 ("\\ket" ?\⟩)
484 ("\\land" ?∧) ;; logical and, same symbol as \wedge 486 ("\\land" ?∧) ;; logical and, same symbol as \wedge
485 ("\\langle" ?⟨) ;; Was ?〈, see bug#12948. 487 ("\\langle" ?⟨) ;; Was ?〈, see bug#12948.
488 ("\\lAngle" ?\⟪)
486 ("\\lbrace" ?{) 489 ("\\lbrace" ?{)
487 ("\\lbrack" ?\[) 490 ("\\lbrack" ?\[)
491 ("\\lBrack" ?\⟦)
492 ("\\lblkbrbrak" ?\⦗)
493 ("\\lbrbrak" ?\❲)
494 ("\\Lbrbrak" ?\⟬)
488 ("\\lceil" ?⌈) 495 ("\\lceil" ?⌈)
489 ("\\ldiv" ?∕) 496 ("\\ldiv" ?∕)
490 ("\\ldots" ?…) 497 ("\\ldots" ?…)
@@ -633,9 +640,14 @@ system, including many technical ones. Examples:
633 ("\\qed" ?∎) 640 ("\\qed" ?∎)
634 ("\\quad" ? ) 641 ("\\quad" ? )
635 ("\\rangle" ?\⟩) ;; Was ?〉, see bug#12948. 642 ("\\rangle" ?\⟩) ;; Was ?〉, see bug#12948.
643 ("\\rAngle" ?\⟫)
636 ("\\ratio" ?∶) 644 ("\\ratio" ?∶)
637 ("\\rbrace" ?}) 645 ("\\rbrace" ?})
638 ("\\rbrack" ?\]) 646 ("\\rbrack" ?\])
647 ("\\rBrack" ?\⟧)
648 ("\\rblkbrbrak" ?\⦘)
649 ("\\rbrbrak" ?\❳)
650 ("\\Rbrbrak" ?\⟭)
639 ("\\rceil" ?⌉) 651 ("\\rceil" ?⌉)
640 ("\\rddots" ?⋰) 652 ("\\rddots" ?⋰)
641 ("\\rect" ?▭) 653 ("\\rect" ?▭)