add \langle and \rangle
closes PR 14976
This commit is contained in:
parent
ff6b409f28
commit
4140c530d6
|
@ -189,7 +189,10 @@
|
||||||
("vdots" "⋮")
|
("vdots" "⋮")
|
||||||
("ddots" "⋱")
|
("ddots" "⋱")
|
||||||
("cdots" "⋯")
|
("cdots" "⋯")
|
||||||
("hdots" "⋯")))
|
("hdots" "⋯")
|
||||||
|
|
||||||
|
("langle" "⟨")
|
||||||
|
("rangle" "⟩")))
|
||||||
|
|
||||||
(module+ test
|
(module+ test
|
||||||
(require racket/match)
|
(require racket/match)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user