mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
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
This commit is contained in:
parent
4de7ddc837
commit
11d26dccde
1 changed files with 12 additions and 0 deletions
|
|
@ -393,6 +393,8 @@ system, including many technical ones. Examples:
|
|||
("\\dddot" ?⃛)
|
||||
("\\ddot" ?̈) ;; synonymous with \"
|
||||
("\\ddots" ?⋱)
|
||||
("\\diagdown" ?⟍)
|
||||
("\\diagup" ?⟋)
|
||||
("\\diamond" ?⋄)
|
||||
("\\diamondsuit" ?♢)
|
||||
("\\divideontimes" ?⋇)
|
||||
|
|
@ -483,8 +485,13 @@ system, including many technical ones. Examples:
|
|||
("\\ket" ?\⟩)
|
||||
("\\land" ?∧) ;; logical and, same symbol as \wedge
|
||||
("\\langle" ?⟨) ;; Was ?〈, see bug#12948.
|
||||
("\\lAngle" ?\⟪)
|
||||
("\\lbrace" ?{)
|
||||
("\\lbrack" ?\[)
|
||||
("\\lBrack" ?\⟦)
|
||||
("\\lblkbrbrak" ?\⦗)
|
||||
("\\lbrbrak" ?\❲)
|
||||
("\\Lbrbrak" ?\⟬)
|
||||
("\\lceil" ?⌈)
|
||||
("\\ldiv" ?∕)
|
||||
("\\ldots" ?…)
|
||||
|
|
@ -633,9 +640,14 @@ system, including many technical ones. Examples:
|
|||
("\\qed" ?∎)
|
||||
("\\quad" ? )
|
||||
("\\rangle" ?\⟩) ;; Was ?〉, see bug#12948.
|
||||
("\\rAngle" ?\⟫)
|
||||
("\\ratio" ?∶)
|
||||
("\\rbrace" ?})
|
||||
("\\rbrack" ?\])
|
||||
("\\rBrack" ?\⟧)
|
||||
("\\rblkbrbrak" ?\⦘)
|
||||
("\\rbrbrak" ?\❳)
|
||||
("\\Rbrbrak" ?\⟭)
|
||||
("\\rceil" ?⌉)
|
||||
("\\rddots" ?⋰)
|
||||
("\\rect" ?▭)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue