Fix Scribble's handling of the trademark symbol.
This commit is contained in:
parent
6e9fea94e0
commit
4b1e4f9312
|
@ -826,6 +826,7 @@
|
|||
[(#\↦) "$\\mapsto$"]
|
||||
[(#\⊤) "$\\top$"]
|
||||
[(#\¥) "{\\textyen}"]
|
||||
[(#\™) "{\\texttrademark}"]
|
||||
[else c])
|
||||
c)])))
|
||||
(loop (add1 i)))))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user