shige 01/12 2022
----------------

I downloaded latex2html-2022 from

 https://github.com/latex2html/latex2html/tags

and tested. It failed for eqnarray* environment. 

LaTeX source file:

  \documentclass{article}
  \begin{document}
  \begin{eqnarray*}
    b_0 &=& (1 - r^2) / 2 \\
    b_1 &=& 0 \\
    b_2 &=& -b_0,
  \end{eqnarray*}
  \end{document}

Error messages in images.log:

  ! Missing \endgroup inserted.
  <inserted text> 
                  \endgroup 
  l.124 \lthtmldisplayZ
  ...

latex2html-2021.2 translates the same source correctly. The 
difference of images.tex seems to be the patch for the 
latex2html.pin:

  
https://github.com/latex2html/latex2html/commit/e18448cd3cb09fa211ca69edad284a2ddbd36d4b

But I don't know what to fix.

+========================================================+
 Shigeharu TAKENO     NIigata Institute of Technology
                       kashiwazaki,Niigata 945-1195 JAPAN
 sh...@iee.niit.ac.jp   TEL(&FAX): +81-257-22-8161
+========================================================+
_______________________________________________
latex2html mailing list
latex2html@tug.org
https://tug.org/mailman/listinfo/latex2html

Reply via email to