add \langle and \rangle

closes PR 14976
This commit is contained in:
Robby Findler 2015-02-12 11:22:10 -06:00
parent ff6b409f28
commit 4140c530d6

View File

@ -189,7 +189,10 @@
("vdots" "")
("ddots" "")
("cdots" "")
("hdots" "")))
("hdots" "")
("langle" "")
("rangle" "")))
(module+ test
(require racket/match)