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
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
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{
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,
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