[l2h] Alignment in tabular environment

Raphael Clifford raphael.clifford@jesus.ox.ac.uk
Fri, 25 Jan 2002 11:47:16 +0000


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