~hyde/webtools/weblint
To check an HTML file, type:
% ~hyde/webtools/weblint/weblint yourfile.html
% latex2html -split 0 paper.tex
and a new directory paper will be created with the .html files.
The manual is at:
/usr/local/doc/latex2html/manual.ps
~hyde/giftrans
Here's what to do.
% giftrans -V file.gif
will display the color map and a bunch of junk. You look at the color map at
the beginning to determine which color is the background color - usually
white (which is Color Red 255, Green 255, Blue 255). You need the index
for that color (usually 0). Then execute the following:
% giftrans -t 0 file.gif > newfile.gif
The newfile.gif should be transparent. Look at the new gif in Netscape or
Mosaic.