Chapter 14
multirow

<..multirow.4ht..>
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % multirow.4ht                         2014-07-12-22:36 %
 % Copyright (C) 2004--2009      Eitan M. Gurari         %
 <.TeX4ht copyright.>
  <.multirow hooks.>
 \Hinput{multirow}
 \endinput
 -_-_-

<..multirow hooks..>
 \def\@xmultirow#1[#2]#3[#4]#5{\@tempcnta=#1%
   \@tempdima\@tempcnta\ht\@arstrutbox
   \advance\@tempdima\@tempcnta\dp\@arstrutbox
   \ifnum\@tempcnta<0\@tempdima=-\@tempdima\fi
   \advance\@tempdima#2\bigstrutjot
   \leavevmode \a:multirow
   \if*#3\vtop to \@tempdima{\vfill\multirowsetup
     \hbox{\strut#5\strut}\vfill}%
   \else
       \vtop to \@tempdima{\hsize#3\@parboxrestore
                 \vfill \multirowsetup \strut#5\strut\par\vfill}%
   \fi \b:multirow}
 \NewConfigure{multirow}{2}
 -_-_-