I normally use my gedit spell check extension for the task, but wouldn't it be much better if you could fix any typos or otherwise during compilation time, in a sort of interactive mode?
|
You can let TeX (rather luaTeX) do the spell checking for you! For example, in ConTeXt MkIV, you can use
where |
|||||||
|
|
It seems unreasonable to implement spell checking as a LaTeX package when there are excellent spell checkers for the terminal that can be incorporated into the compilation process. Before you compile you can do
or
Either lets you interactively spell check the whole file. The To combine this with the compilation process you can invoke them after each other such as
or you could make an alias to shorten the command you need to write. If you use |
|||||||||||||
|
|
Not an interactive solution, but you might want to have a look at the |
|||
|
|
|
If you use sublime text as an editor, you could try https://github.com/vaisaghvt/CheckTypos package. |
|||||
|

aspellorispellas I describe in my answer the spell checked file is automatically saved before compilation. – N.N. Jan 30 '12 at 20:56