>>>>> "RM" == Ross Moore <[EMAIL PROTECTED]> writes:

    RM> so it could be that the interpolation of @ICONPATH@ isn't
    RM> working properly.

I've found it, I think. I believe the `problem' (if there is one) is
in the following lines in config.pl.

$newcfg{'ICONPATH'} = $opt{'ICONPATH'} || $cfg{'ICONPATH'} ||
  $prefs{'ICONPATH'} || '';

If a cfgcache.pm exists from a previous attempt, the value there is
used and the one you have carefully crafted in prefs.pm is ignored. The
same approach is used for all configuration. This obviously isn't the
behaviour I expected, and I think at least could do with documenting. I
guess the order I expected was

 $opt{'ICONPATH'} || $prefs{'ICONPATH'} || $cfg{'ICONPATH'} ||'';

Removing the cfgcache made everything work as I expected.

Regards

Graham
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to