atom-latex-completions icon indicating copy to clipboard operation
atom-latex-completions copied to clipboard

[BUG] Tab-completing `\leq` yields `≦` instead of `≤`

Open maxkapur opened this issue 3 years ago • 0 comments

Tab-completing \leq in the REPL yields the comparison operator , equivalent to <=.

Tab-completing \leq in the Atom editor with Juno yields the undefined symbol instead. This may be an issue with Atom itself rather than with Juno.

Details

  • Atom version: 1.54.0
  • Julia version: 1.5.3
  • OS: Windows 10
  • Package versions:
    • Atom.jl: 0.8.4
    • julia-client: (not sure what this is)
    • ink: (not sure what this is)

Steps to reproduce

  1. Open a project in Atom
  2. Type \leq
  3. Press TAB

maxkapur avatar Feb 04 '21 07:02 maxkapur