What's the best strategy for spell checking LaTeX documents?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
There's a reasonable on-line spell-checker at Micro Spell. |
|||
|
|
|
I use a mac and I have cocoaspell, which works for the whole computer. As I use Aquamacs, I then enable flyspell (spell check on the fly), and it is all done! |
|||
|
|
|
Spell-checking can commonly be handled by your text editor. I'm not sure what the windows LaTeX editors have, but it's common to use vi or emacs in linux, and the editor's spell checking is pretty sufficient. Also, because these editors are syntax-aware, your spell-checking can be as well. |
|||||||||||||||
|
|
It sort of depends on the system you're working on. I'm using GNU/Linux and here
On Ubuntu/Debian, this can be installed using:
|
|||||||||
|
