flycheck-grammarly
flycheck-grammarly copied to clipboard
LaTeX ?
This looks excellent. Did you consider supporting latex? Perhaps via RTF.
We do expect support for LaTex! I am not very familiar with the syntax so it might take some time for me to implement this support correctly. All languages should have the same issue unless it's a pure text only.
Latex is a widely used markup language in universities, so grammarly support would have a big impact. Especially for students.
There are various tools to remove the markup. Export to rtf is one. Here are a couple of others. I'm not sure which one is most convenient for you. https://tex.stackexchange.com/questions/252203/tex-to-plain-text-or-doc
On Fri, Feb 19, 2021, 04:57 Jen-Chieh Shen [email protected] wrote:
We do expect support for LaTex! I am not very familiar with the syntax so it might take some time for me to implement this support correctly. All languages should have the same issue unless it's a pure text only.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/emacs-grammarly/flycheck-grammarly/issues/7#issuecomment-781798832, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABTNTX64JNYFOXA6OCQL7LS7XOTPANCNFSM4XX6HF2Q .
Here's a plugin that seems to do the job for the overleaf online version of latex: https://github.com/robindijkhof/overleaf-textarea
On Fri, Feb 19, 2021 at 7:15 AM Bas Spitters [email protected] wrote:
Latex is a widely used markup language in universities, so grammarly support would have a big impact. Especially for students.
There are various tools to remove the markup. Export to rtf is one. Here are a couple of others. I'm not sure which one is most convenient for you. https://tex.stackexchange.com/questions/252203/tex-to-plain-text-or-doc
On Fri, Feb 19, 2021, 04:57 Jen-Chieh Shen [email protected] wrote:
We do expect support for LaTex! I am not very familiar with the syntax so it might take some time for me to implement this support correctly. All languages should have the same issue unless it's a pure text only.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/emacs-grammarly/flycheck-grammarly/issues/7#issuecomment-781798832, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABTNTX64JNYFOXA6OCQL7LS7XOTPANCNFSM4XX6HF2Q .
detex comes already in the (La)TeX distributions, so I think we can verify if we can called it (if distribution is installed) and then call it on the buffer string