>
> I found your name on the titlepage of the latex2html tutorial. I have
> a little problem conerning the configuration fo latex2html and so I
> decided to ask you for help.
> I hope you could tell me how to avoid the fix scaling of icons in a html -
> page generated by latex2html. I tried to use my own icons by setting the
> ALERTNATIVE_ICONS variable, but they were scaled the wrong way, because
> latex2html used the fix scaling for standard icons like <IMG WIDTH=43
> HEIGHT=20 ...
> Is there a way to tell latex2html not to insert the WIDTH and HEIGHT tags
> for the icons?
>
It is desirable to have the sizes of images passed to the browser
within the HTML file, so that it knows how much room to leave,
while waiting for the images to arrive.
Look in the file latex2html.config for the Perl code that places
the standard icons on each page.
For your alternative set, simply take a copy of this code and
insert the new HEIGHT/WIDTH values.
It's about a half-hour of work, to implement the best possible solution
to this problem.
Hope this helps,
Ross Moore