Julia: REPL tab-completion for \leq

Created on 27 Jun 2019  Â·  3Comments  Â·  Source: JuliaLang/julia

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 :)

REPL

Most helpful comment

Ok, we should add those synonyms.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wilburtownsend picture wilburtownsend  Â·  3Comments

iamed2 picture iamed2  Â·  3Comments

i-apellaniz picture i-apellaniz  Â·  3Comments

arshpreetsingh picture arshpreetsingh  Â·  3Comments

felixrehren picture felixrehren  Â·  3Comments