Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!husc6!rutgers!ames!sdcsvax!ucbvax!LF-SERVER-2.BBN.COM!jr From: jr@LF-SERVER-2.BBN.COM (John Robinson) Newsgroups: comp.emacs Subject: Re: LaTeX and spell Message-ID: <8708042257.AA05093@ucbvax.Berkeley.EDU> Date: Tue, 4-Aug-87 18:57:35 EDT Article-I.D.: ucbvax.8708042257.AA05093 Posted: Tue Aug 4 18:57:35 1987 Date-Received: Thu, 6-Aug-87 06:45:26 EDT References: <14159@watmath.waterloo.edu> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 12 The LaTeX distribution comes with a "delatex" filter. What I do is to define a private version of spell as follows: delatex $1 | /usr/bin/spell /usr/bin/spell is also a shell script; if you look at it you will find it runs a filter called 'deroff'. If you never care about nroff/troff input to spell, you could replace calls to deroff with calls to delatex in a private version of spell, or install delatex in place of deroff. /jr