add various dots to tex-table and thus drracket keyboard shortcuts

This commit is contained in:
Robby Findler 2013-03-12 09:38:28 -05:00
parent 6ce8f20801
commit a00bcfd16e

View File

@ -182,9 +182,16 @@
("S" "§")
("newpage" "\f")
))
("vdots" "")
("ddots" "")
("cdots" "")
("hdots" "")
("udots" "")
("downtherefore" "")
("uptherefore" "")
("vdotdot" "")
("squaredots" "")))
(module+ test
(require racket/match)