Chapter 48
combine

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

<..combine cfg..>
 \append:def\setuppapers{%
    \expandafter\let\csname :ref\endcsname\c@lbref
    \expandafter\let\csname o:ref\endcsname\c@lbref
    \def\ref{\expandafter\Protect\csname ::ref\endcsname}%
 }
 \def\c@lblabel#1{\@bsphack
   \bgroup
   \a:@newlabel
   \protected@write\@auxout{}%
     {\string\newlabel{#1}{{\csname a:newlabel\endcsname
      \@currentlabel}{\csname a:newlabel\endcsname \thecolpage}}}%
   \egroup
   \@esphack}
 -_-_-

<..combine cfg..>+
 \long\def\:tempc#1{%
    \PushMacro\at:docend    \let\at:docend=\empty
    \PushMacro\export:hook  \let\export:hook\empty
    \gHAdvance\:mpNum by 1
    \HAssign\minipageNum=\:mpNum \relax
    \o:import:{#1}%
    \PopMacro\at:docend
    \PopMacro\export:hook
 }
 \HLet\import\:tempc
 -_-_-