Could it be that latex2html 98.1p1 doesn't recognize the LaTeX2e
\newcommand with two optional args?  This which will define a command
with a first optional arg, like this:

        \newcommand {\foo} [2] [default] {opt-arg: #1  normal arg: #2}

defines 

        \foo [optional arg] {normal arg}

In my case, I get 

*** Could not find argument for command ***
 [and] <<243>>figures \ref<<30>>pic-#2<<30>> #1
\ref<<31>>pic-#3<<31>><<243>>
... loads of the following source

where there is

        \newcommand {\figsref}  [3] [and] {figures \ref{pic-#2} #1
\ref{pic-#3}}

in my style file.  In the html-output, there's only the arguments left.
 
This doesn't even change, when I put the above definition into

        \latexhtml {<above definition>} {<other def.>}

Is there any chance this will get fixed?

Cheers...
                                                                ...Diemo

Reply via email to