20 TeX Table
(require mrlib/tex-table) | package: tex-table |
value
tex-shortcut-table :
(listof (list/c string? (lambda (x) (and (string? x) (= (string-length x) 1)))))
This is an association list mapping the shortcut strings that
DrRacket uses with its control-\ (or command-\) strings to
their corresponding unicode characters. For example, it contains
this mapping:
("alpha" "α")
as well as many more.