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.
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to