13.2 supertabular.sty

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

<..supertabular code..>
 \long\def\tablelasttail#1{%
    \def\:temp{#1}\ifx \:temp\empty
       \gdef \@table@last@tail {}%
    \else
       \gdef \@table@last@tail {\cr #1}%
    \fi
 }
 \ifx \@table@last@tail\:UnDef \else
   \gdef\:temp{}
   \ifx \@table@last@tail\:temp\else
     \pend:def\@table@last@tail{\cr}%
 \fi \fi
 \def\ST@xargarraycr#1{%
   \@tempdima #1\relax  \cr
   \ifdim #1>5pt
     \ifx \ar:cnt \:UnDef \else
       \o:noalign: {%
         \gdef\SpBorder{#1}%
         \append:def \hline:s {\a:SpBorder }%
         \def\:tempb{\ifnum \tmp:cnt <\ar:cnt
            \advance \tmp:cnt by 1
            \append:def\hline:s{\b:SpBorder }\expandafter\:tempb \fi }%
         \tmp:cnt=0 \:tempb
         \append:def\hline:s{\c:SpBorder }%
         \global\let\hline:s=\hline:s }%
   \fi \fi
 }
 \NewConfigure{SpBorder}{3}
 \def\ST@cr{}
 \long\def\tabletail#1{\gdef\@tabletail{}}
 \tabletail{}
 \let\o:ST@caption:=\ST@caption
 \def\ST@caption{\gHAdvance\TitleCount by 1 \o:ST@caption:}
 -_-_-