This repository has been archived by the owner on Apr 16, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 31
spell checker for latex (and worksheets in general) #50
Comments
Best workaround: |
|
I've had pretty good luck with getting typo.js to work (with the ACE editor, for example: https://github.com/swenson/ace_spell_check_js) |
There is now a spell checker integrated into the latex editor. It underlines badly spelled words on save. It does not currently offer alternatives, but it will later. I'll leave this ticket opened until:
|
Is it possible to enable/disable the spell checking? I mean, it's a wonderful feature, but almost everything inside a sagetex environment is marked in that red lines. |
@pbeltran add |
Thanks @haraldschilly |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is no spellchecker for LaTeX documents.
As a workaround, I also tried if the browser-based spellchecker could be enabled, but it doesn't work either (in FF).
Possible implementation:
-t
is for latex files-d [lang-code]
can be used to select the language. (right now, no language packs are installed)cat <file>.tex | aspell -a -t
gives a sensible list which can be used to give suggestions, would require work on the ui, etc.The text was updated successfully, but these errors were encountered: