Evpok / latex-autocomplete

LaTeX autocompletion for atom
Other
9 stars 3 forks source link

Double slash #23

Closed Notaduck closed 6 years ago

Notaduck commented 6 years ago

I would like to use atom for writing LaTeX but for some odd reason while using this auto-complete package it inserts a double slash.

Example: I type

\b

tap enter for auto-completion and gets

\\begin{env}

\end{env}
Evpok commented 6 years ago

Does it happen exclusively with latex-autocomplete activated ?

Notaduck commented 6 years ago

I have never seen this behavior before so it must be something something the package

On Sep 10, 2017 12:40, "Evpok" notifications@github.com wrote:

Does it happen exclusively with latex-autocomplete activated ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Evpok/latex-autocomplete/issues/23#issuecomment-328334282, or mute the thread https://github.com/notifications/unsubscribe-auth/AJBB8NMeatsXPgWDHZoFeSfAEbluEhFEks5sg7yXgaJpZM4PSH9c .

Evpok commented 6 years ago

That's weird, since this package doesn't even try to complete \b. It looks more like an issue with atom-latex snippets, but I'll look into it.

Notaduck commented 6 years ago

Sry wrong repo I posted it in!! It should have been latex-comlpetion

On Mon, Sep 11, 2017 at 8:39 AM, Evpok notifications@github.com wrote:

That's weird, since this package doesn't even try to complete \b. It looks more like an issue with atom-latex snippets, but I'll look into it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Evpok/latex-autocomplete/issues/23#issuecomment-328431161, or mute the thread https://github.com/notifications/unsubscribe-auth/AJBB8Cf6d1zDS6q-wLV2Ku77fKm61G_Jks5shNWggaJpZM4PSH9c .

-- M.v.h Daniel Guldberg Aaes

Evpok commented 6 years ago

Yeah, I'm not sure that's the right repo either. They only complete commands to unicode characters like \alpha→α.

Evpok commented 6 years ago

Anyway, closing this as I could reproduce it with latex-autocomplete disabled. Still pretty sure it's an issue with language-latex (and not atom-latex as I mistakenly wrote earlier) snippets.