#! /bin/csh -f
# Last modified on Sat Aug 16 08:52:23 1986 by stolfi

# Remove TeX macros from $1.tex and run spell checker on it,
# using /udir/stolfi/tex/myspell.hlist
cat $1.tex | detex \
  | spell -d /udir/stolfi/tex/myspell.hlist

