[l2h] Multirow in tables.

Egor Tur worldeb at ukr.net
Thu Jul 3 14:34:15 CEST 2003


Hi.
I have problem with using \multirow in my tables.
I read archive this mail list and I cannot search answer why \multirow do not work.
I use  latex2html-2002-2-1, and I try create examples in multirow.sty package from
latex (tetex 2.x). 
For example, I try 

\documentclass{article}
\usepackage{multirow}

\begin{document}
 \begin{tabular}{|c|c|}
 \hline
 \multirow{4}{1in}{ test } & Column g2a \\
       & Column g2b \\
       & Column g2c \\
       & Column g2d \\
 \hline
 \end{tabular}

\end{document}

and I see in html
__________________
|      |   Column g2b   |
|      |----------------|
|      |                       |
|      | ----------------|
|      |                       |
|      |----------------|
|      |                       |
-----------------------

Nothing error only warning when I translate my this example:
 Warning: No implementation found for package: multirow.

Thanx.


More information about the latex2html mailing list