Possible Duplicate:
Spell checking LaTeX documents
I have a LaTeX file which I use to generate a PDF. Is there any tool which I can use to detect spelling mistakes, either directly in the .tex file or in the pdf file ?
I have a LaTeX file which I use to generate a PDF. Is there any tool which I can use to detect spelling mistakes, either directly in the .tex file or in the pdf file ? |
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Aspell has a special mode to check TeX and so also LaTeX files.
Also, your LaTeX editor might already include a special spell checking mode for LaTeX sources, e.g emacs' flyspell comes with options to check LaTeX sources. Emacs is the framework (haha) behind the excellent AucTeX TeX environment. |
|||||||
|
|
Three basic options:
|
|||
|
|
apselldoes the trick for me. I use VI to edit my LaTeX documents. So, I wanted a tool to check for spelling mistakes rather than going through the entire document manually. – Prakashkumar Thiagarajan Aug 4 '11 at 12:46