Spellchecking LaTeX documents

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

blog comments powered by Disqus