#! /bin/csh -f

foreach i (*.tex)
   ~/Machines/NetworkInfo/WWW/HTML/LaTeX/latex2html -split 0 $i
end

