another Scribble unicode->latex hack

svn: r16027
This commit is contained in:
Matthew Flatt 2009-09-16 22:42:55 +00:00
parent 7273020b16
commit 1b20b17dbe

View File

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