Julia (v1.1.1 anyway) allows use of \leq, but the REPL won't tab-complete it:
julia> 3 ≤ 4
true
julia> \leq
\leqq \leqqslant \leqslant
It would be great to see this tab-completion added :)
We use \le. Are both used in LaTeX?
We use \le
Oops, I had missed that.
Are both used in LaTeX?
Yes: https://tex.stackexchange.com/questions/182620/why-does-leq-show-up-as-le
Ok, we should add those synonyms.
Most helpful comment
Ok, we should add those synonyms.