and another Scribble unicode->latex hack

svn: r16028
This commit is contained in:
Matthew Flatt 2009-09-17 00:34:32 +00:00
parent 1b20b17dbe
commit 14b0232f27

View File

@ -765,6 +765,8 @@
[(#\uA7) "{\\S}"]
[(#\〚) "$[\\![$"]
[(#\〛) "$]\\!]$"]
[(#\↦) "$\\mapsto$"]
[(#\) "$\\top$"]
[else c])
c)])))
(loop (add1 i)))))))