Hi,

when building latex2html's own documentation, references to
blueball.svg, greenball.svg etc. are generated in lists.

The problem is that these images don't exist, so the links are broken
and therefore the display in at least firefox too.

I'm preparing an update to latex2html v2020 for Debian and work around
it with the attached patch for now. I think a better solution would be
to provide svg-versions of the *ball images.

Regards,

Carsten

Description: Don't use svg images when creating html docs
 Otherwise {blue,green,organge,...}ball.svg images will be used,
 although they don't exist, resulting in dead links and slightly
 broken display in at least Firefox
Author: Carsten Leonhardt <l...@debian.org>
Last-Update: 2020-03-08

--- a/docs/.latex2html-init
+++ b/docs/.latex2html-init
@@ -5,5 +5,6 @@
 $CONTENTS_WIDTH  = 250;
 $HTML_VALIDATE = '';
 $LOCAL_ICONS = 1;
+$IMAGE_TYPE = 'png';
 
 1;
_______________________________________________
latex2html mailing list
latex2html@tug.org
https://tug.org/mailman/listinfo/latex2html

Reply via email to