Zulip Chat Archive
Stream: new members
Topic: Silly Question?
Debendro Mookerjee (Mar 20 2020 at 16:55):
How do I write not equal to sign in Lean
Marc Huisinga (Mar 20 2020 at 16:56):
\neq
Marc Huisinga (Mar 20 2020 at 16:56):
you can find the vscode unicode mappings here:
https://github.com/leanprover/vscode-lean/blob/master/translations.json
Gabriel Ebner (Mar 20 2020 at 16:58):
If you're in vscode, then you only need to hover over a unicode symbol and you get a popup that tells you how to type it.
Kevin Buzzard (Mar 20 2020 at 17:01):
In general if you know the TeX for a symbol this often works in VS Code.
Last updated: Dec 20 2023 at 11:08 UTC