Re: [l2h] cannot request no stylesheet

2002-04-10 Thread Ross Moore
> Specifying -style "" on the command line (that is, an empty style) > fails turn off using a style sheet. This simple fix to the test in > latex2html 2002 (1.63) corrects that: > OK; that's a nice simple fix. The repository has it now, so it should be available by tomorrow. Cheers

[l2h] icons should obey -image-type

2002-04-10 Thread Hans Werner Strube
In my opinion, option -image-type should also be valid for icons. As a simple fix, move the %icons =(...) from l2hconf to latex2html in the following way (line numbers for latex2html-2002, but works similarly for 2K.1): *** l2hconf.pin.ORI Tue Oct 12 07:15:03 1999 --- l2hconf.pin Wed Apr 10 1

[l2h] setting ALT attribute in converted images

2002-04-10 Thread Stephen Gildea
I would like to be able to control the ALT attribute in the IMG tag of automatically-generated images. (I can already do this for explicit images with \htmladdimg.) The following patch to latex2html 2002 (1.63) extends the \htmlimage command to accept an "alt" parameter, for example, \htmlimage{

[l2h] Educators Save up to 60% on Apple, HP, Lexmark ISO-9000 compatible printer cartridges

2002-04-10 Thread Barrys Desk
March 28, 2002     BCDWest Home   Laserjet Toner   InkJet Cartridges   Copier/Fax Accessories     Dear Educator,

Re: [l2h] icons should obey -image-type

2002-04-10 Thread Ross Moore
> In my opinion, option -image-type should also be valid for icons. As a simple > fix, move the %icons =(...) from l2hconf to latex2html in the following way > (line numbers for latex2html-2002, but works similarly for 2K.1): Yes, that may be a simple fix. But there are may other possible simple