You can use:
\htmlsetstyle{P}{ line-height=2.5ex }
since.P matches *every* tag, however nested.
or
\htmlsetstyle[BODY]{P}{ line-height=2.5ex }
since BODY.P matches all top-level tags,
or
\htmlsetstyle[P.]{}{ line-height=2.5ex }
>From this I gather t
as not in place, then the above latex code would result in $env="P.",
which would be caught by the first line, have it's '.' stripped, and
I'd get what I want. But $env="P" doesn't match any of the cases,
and the default DIV.P results.
I can see seve
> Like many others, I'm trying to prepare documents in parallel to
> generate ps, pdf, and html versions, and I'm using the hyperref
> package for the pdf links. It seems that hyperref changes the .aux
> file in ways that latex2html doesn't like, the result being that
> figures a
adsd}{{1}{1}{ashdakshdasd\relax }{figure.1}{}}
the last part of the latex2html output (with hyperref):
*** WARNINGS ***
No implementation found for style `dvips'
No implementation found for style `hyperref'
Substitution of arg to newlabelxx delayed.
No number for
ror or something, and I've been looking through the file, trying to
learn Perl :)
This happens to pretty much all run-of-the mill math, so I'm not
including any examples unless I'm the only one with this problem.
thanks,
Dan Scholnik
[EMAIL PROTECTED]