[latex2html] Re: [l2h] missing braces

Ross Moore Ross Moore <ross@ics.mq.edu.au>
Thu, 21 Dec 2000 20:10:54 +1100 (EST)


Vadim wrote:
> I compiled TeX file containing
> 
> $$
> \overset{\text{insert\strut}}{
> \begin{pmatrix}
> u= 2-3x^3\\ u' = -9x^2,\ k = -\frac{1}{9}
> \end{pmatrix}}
> $$
> 
> but latex2html wrote only
> 
> {\newpage\clearpage
> \lthtmlinlinemathA{tex2html_wrap_indisplay275}%
> $\displaystyle \overset{\text{insert\strut}}\begin{pmatrix}
> u= 2-3x^3\\  u' = -9x^2,\  k = -\frac{1}{9}
> \end{pmatrix}$%
> \lthtmlindisplaymathZ
> \lthtmlcheckvsize\clearpage}
> 
> to images.tex (missing braces around pmatrix environment, so latex 
> fails).

Strange; it works OK for me:

{\newpage\clearpage
\lthtmlinlinemathA{tex2html_wrap_indisplay23}%
$\displaystyle \overset{\text{insert\strut}}{
\begin{pmatrix}
u= 2-3x^3\\u' = -9x^2,\  k = -\frac{1}{9}
\end{pmatrix}}
$%
\lthtmlindisplaymathZ
\lthtmlcheckvsize\clearpage}


What version/revision of LaTeX2HTML and  amsmath.perl are you using ?

Please test the  v2K.1beta  version that will be available
at the Bayreuth repository tomorrow (after 7.00am European time).

Report any problems that you find.


Hope this helps,

	Ross Moore


 
> Vadim