another Scribble unicode->latex hack

svn: r16027

original commit: 1b20b17dbebd713cd10d92d5181fbf0fd3ee5657
This commit is contained in:
Matthew Flatt 2009-09-16 22:42:55 +00:00
parent 1ddb60fad0
commit ff1b300172

View File

@ -763,6 +763,8 @@
[(#\ø) "{\\o}"]
[(#\Ø) "{\\O}"]
[(#\uA7) "{\\S}"]
[(#\〚) "$[\\![$"]
[(#\〛) "$]\\!]$"]
[else c])
c)])))
(loop (add1 i)))))))