Difference between revisions of "Tip 14: Spell check in LaTeX"

From Vlsiwiki
Jump to: navigation, search
(Created page with "You can do this by: aspell -t -c test.tex for each .tex file. It has an interactive mode for correcting the spelling errors with suggestions or manually editing them.")
 
(No difference)

Latest revision as of 19:06, 14 June 2013

You can do this by:

aspell -t -c test.tex

for each .tex file. It has an interactive mode for correcting the spelling errors with suggestions or manually editing them.