Ross,
I have pinned down the problem a bit more -- it occurs in latex2html.config.
I have set Web2C to 0 (I do have Web2C, but the kpsewhich command
doesn't work this way on my machine). The offending lines are
if ($Web2C) {
chop ($TEXINPUTS =
`kpsewhich -progname=latex -expand-var \\\$TEXINPUTS`);
} else {
# $TEXINPUTS = "${dd}";
$TEXINPUTS = ":";
}
# This line helps LaTeX2HTML to recognize your adaption everywhere.
$ENV{'TEXINPUTS'} = $TEXINPUTS unless defined $ENV{'TEXINPUTS'};
which set $TEXINPUT to ":" rather than my value! Using web2c
and my (tetex 0.4) kpsexpand in the chop line:
`kpsexpand \\\$TEXINPUTS`);
seems to solve the problem.
Niels
--
Dr Niels R. Walet http://www.phy.umist.ac.uk/Theory/people/walet.html
Dept. of Physics, UMIST, P.O. Box 88, Manchester, M60 1QD, U.K.
Phone: +44(0)161-2003693 Fax: +44(0)161-2004303 [EMAIL PROTECTED]