atom-latex-completions
atom-latex-completions copied to clipboard
[BUG] Tab-completing `\leq` yields `≦` instead of `≤`
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
- Open a project in Atom
- Type
\leq
- Press TAB