Fix Scribble's handling of the trademark symbol.

This commit is contained in:
Vincent St-Amour 2011-03-22 12:35:11 -04:00
parent 6e9fea94e0
commit 4b1e4f9312

View File

@ -826,6 +826,7 @@
[(#\↦) "$\\mapsto$"]
[(#\) "$\\top$"]
[(#\¥) "{\\textyen}"]
[(#\™) "{\\texttrademark}"]
[else c])
c)])))
(loop (add1 i)))))))