How do I get the table entries to align horizontally with latex2html?
Example:
\documentclass{article}
\begin{document}
\begin{tabular}{ll}
(a) $|X|$ & (b) $X^2$
\end{tabular}
\end{document}
I can fix it by putting (b) $X^2_{ }$, but that seems a bit unnecessary?
Raf