Add \bot as alias for \perp in DrRacket (both are supported in LaTeX).
This commit is contained in:
parent
83c26eef4b
commit
952af2fa2d
|
@ -135,6 +135,7 @@
|
||||||
("succ" "≻")
|
("succ" "≻")
|
||||||
("sim" "∼")
|
("sim" "∼")
|
||||||
("perp" "⊥")
|
("perp" "⊥")
|
||||||
|
("bot" "⊥")
|
||||||
("top" "⊤")
|
("top" "⊤")
|
||||||
("preceq" "≼")
|
("preceq" "≼")
|
||||||
("succeq" "≽")
|
("succeq" "≽")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user