Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!aero!langer From: langer@aerospace.aero.org (John V. Langer) Newsgroups: comp.text.tex Subject: Re: Spell checker for TeX and LaTeX documents. Message-ID: <70404@aerospace.AERO.ORG> Date: 8 Apr 90 17:06:30 GMT References: <1990Apr8.025222.27677@contact.uucp> Reply-To: langer@aero.UUCP (John V. Langer) Distribution: na Organization: The Aerospace Corporation, El Segundo, CA Lines: 11 > Is there a freely redistributable program (preferably with source > code) that will spellcheck a .tex document and not tag all the > \commands as mistakes? If so, where can I find it? There is a program called "detex" that removes TeX/LaTeX contstructs from a file. You can use this program as a preprocessor to your favorite spell-checking program. E.g. on a Unix system you might type detex foo.tex | spell