Tip 14: Spell check in LaTeX

From Vlsiwiki
Revision as of 19:06, 14 June 2013 by Mrg (Talk | contribs) (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.")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.