[Tex/LaTex] Spell checking package for Texlive

spelling

Is there any package for texlive to check spelling and replace the right spelling in an interactive way? I can use command line 'aspell' or 'ispell' checker but these do not modify the .tex file only correct for the instant compilation.

Best Answer

In the terminal, you can use aspell as an independent program to spell-check TeX files, outside of any editor. The -t option tells the program to ignore the TeX commands.

 aspell -t check file.tex