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