mhayashi1120 / Emacs-langtool

LanguageTool for Emacs
GNU General Public License v3.0
377 stars 31 forks source link

A possible way to integrate with LaTeX #59

Open linwaytin opened 3 years ago

linwaytin commented 3 years ago

Recently vimtex includes grammar checker (https://www.reddit.com/r/vim/comments/mec34b/grammar_check_and_more_in_latex_documents/). It relies on a Python package called YaLafi. YaLafi also seems to provide an emacs interface. Possibly this can be a way to do LaTeX with LangTool. Unfortunately I do not have time to study how to do that.

linwaytin commented 3 years ago

Great! Thank you.

On Sat, May 15, 2021 at 9:12 PM Chris Lloyd @.***> wrote:

@linwaytin https://github.com/linwaytin, I wrote a package that does this: https://github.com/cjl8zf/langtool-ignore-fonts

I have submitted a pull-request to MELPA, so hopefully we will see this appear there soon.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mhayashi1120/Emacs-langtool/issues/59#issuecomment-841754634, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBNFHWV3HQIUAY6N27LABTTN4SZBANCNFSM42M43UMA .

bricewge commented 3 years ago

lsp-tex does what you are looking for. It provides grammar and spelling errors for markup documents, including LaTeX.