add support for alternative unicode for white square brackets
please include in 6.3
(cherry picked from commit e0bbdf62bf
)
This commit is contained in:
parent
c80cbc360e
commit
6c6d4b4adf
|
@ -1149,8 +1149,8 @@
|
||||||
[(#\ł) "{\\l}"]
|
[(#\ł) "{\\l}"]
|
||||||
[(#\Ł) "{\\L}"]
|
[(#\Ł) "{\\L}"]
|
||||||
[(#\uA7) "{\\S}"]
|
[(#\uA7) "{\\S}"]
|
||||||
[(#\〚) "$[\\![$"]
|
[(#\⟦ #\〚) "$[\\![$"]
|
||||||
[(#\〛) "$]\\!]$"]
|
[(#\⟧ #\〛) "$]\\!]$"]
|
||||||
[(#\↦) "$\\mapsto$"]
|
[(#\↦) "$\\mapsto$"]
|
||||||
[(#\⊤) "$\\top$"]
|
[(#\⊤) "$\\top$"]
|
||||||
[(#\¥) "{\\textyen}"]
|
[(#\¥) "{\\textyen}"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user