Dear tex4ht developers,

I was using a single column {array} environment and stumbled onto a bug. The minimal code to reproduce is:

\documentclass{article}
\begin{document}
$\begin{array}{c}test\end{array}$
\end{document}


The error is that a <col> element is opened, but never closed, which leads to the XML being malformed. Just run xmllint on the output HTML file to see the details.

Any update that patches this (or advice how to circumvent) would be welcome, since the resulting documents will not get rendered otherwise. And I am afraid I need to stick to using a single column array, as this is part of a larger external LaTeX package and not my own brainchild.

Thanks!

Deyan

--
Deyan Ginev, Jacobs University Bremen,
http://kwarc.info/people/dginev

Reply via email to