Re: [l2h] \htmlsetstyle / css file question

2000-02-21 Thread Dan Scholnik
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

[l2h] \htmlsetstyle / css file question

2000-02-21 Thread Dan Scholnik
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

Re: [l2h] latex2html and hyperref.sty

2000-02-20 Thread Dan Scholnik
> 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

[l2h] latex2html and hyperref.sty

2000-02-18 Thread Dan Scholnik
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

[l2h] pstoimg bug?

1999-07-12 Thread Dan Scholnik
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]