[l2h] Multirow support !
Emilio Garcia Ladona
emilio@icm.csic.es
Wed, 27 Feb 2002 03:00:10 -0800
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello,
<p>I have a problem with multirow command. A table with only a unique
row splits in two rows and each one in two more
<br>rows. The final result is not as expected !. here below is the simple
code and the html result
<p>Can anybody help me to know if this is a bug or I'm doing something
wrong ?
<p>Many thanks in advance !
<br>EMILIO
<br>
<p>============================= LaTeX Code ====================
<br>\documentclass[a4paper,12pt]{report}
<p>\usepackage{array}
<br>\usepackage{multirow}
<p>\begin{document}
<p>\begin{tabular}{p{2cm}|p{3cm}|c|c|c|c}
<br>\hline
<br>\textbf{Anclaje} & \textbf{Disposici\'on} & \textbf{Inicio}
& \textbf{Fin} &
<br>\textbf{Inicio} & \textbf{Fin} \\ \hline
<br>\multirow{4}{2cm}{\centering \textbf{A2}}
<br> & \multirow{2}{3cm}{RCM-9 (159)} & 14:30
& 19:31 & 14:30 & 19:33 \\ \cline{3-6}
<br> & & 22:19 & 18:50
& 22:20 & 19:00 \\ \cline{2-6}
<br> & \multirow{2}{3cm}{RCM-9 (192)} & 14:30
& 19:32 & 14:30 & 19:33 \\ \cline{3-6}
<br> & & 22:21 & 18:53
& 22:20 & 19:00 \\ \hline
<br>\end{tabular}
<br>\end{document}
<br>======================================
<br>
<br>
<br>
<br>
<pre>--
Emilio GARCIA-LADONA (GOF): Centre Mediterrani d'Investigacions Marines i
Ambientals (CMIMA-CSIC). Passeig Maritim, 37-49, 08003 Barcelona (Spain)
Tf/FAX:+34 932309500/932309555 <A HREF="http://www.icm.csic.es/~gof/">http://www.icm.csic.es/~gof/</A>
__o ______________________________________________________
_`\<,_ /
(*)/ (*) /
/\/\/\/\/\/\/\/\/</pre>
</html>