[l2h] charset attribute missing

2002-11-26 Thread Stephen Gildea
There seems to have been a regression from v2002 (I think) to v2002-2-1 (1.70). I used to get this line in the head of my HTML files: and now I don't and can't figure out how to make it reappear. Without the character encoding declaration ("charset=iso-8859-1"), the W3C validator (http://vali

[l2h] lowercase_tags does attributes imperfectly

2002-11-19 Thread Stephen Gildea
The regular expression in &lowercase_tags doesn't handle multi-word attribute values nor the attribute following a minimized attribute. For example, it turns this: into this: Notice that the word "Table" has been incorrectly lowercased, while TWO has failed to be lowercased. The following d

[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] cannot request no stylesheet

2002-04-08 Thread Stephen Gildea
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: --- latex2html-2002/latex2html.pin Sun Mar 31 00:15:01 2002 +++ latex2html.pin Sun Apr 7 16:35:23 2002 @@ -7057,

[l2h] kpsewhich check doesn't match mine

2001-02-21 Thread Stephen Gildea
LaTeX2HTML config.pl runs kpsewhich as follows: kpsewhich -show-path=tex But this doesn't work, at least not for my kpsewhich. I want: kpsewhich -show-path=.tex (need that dot in ".tex") Oddly, kpsewhich does not consider it an error that its only argument is failing, and it exits successfully