Spellchecking LaTeX documents
- Posted on 2008-09-29
- Comments
To spellcheck a LaTeX document, run the following command (replacing ‘file.tex’ with the name of your document):
aspell -a -t < 'file.tex' | grep "&" | sort -u
To spellcheck a LaTeX document, run the following command (replacing ‘file.tex’ with the name of your document):
aspell -a -t < 'file.tex' | grep "&" | sort -u