[l2h] error for eqnarray* on latex2html-2022

Shigeharu TAKENO shige at iee.niit.ac.jp
Wed Jan 12 09:27:29 CET 2022


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
 shige at iee.niit.ac.jp   TEL(&FAX): +81-257-22-8161
+========================================================+


More information about the latex2html mailing list.