Showing posts with label aspell. Show all posts
Showing posts with label aspell. Show all posts

Monday, 7 May 2012

Spell Checking a Latex Document using Aspell

Use:
 aspell --mode=tex check <filename>  
or

 aspell --mode=tex -c <filename>  

Where <filename> is the file to be spell checked.