31.3 Sections and Like Sections


Configurations

<..book / report / article..>+
 \ifx \section\:UnDef\else
    <.html late sections.>
 \fi
 -_-_-

<..html late sections..>
 \let\no@section=\section
 \Def:Section\section{\ifnum \c:secnumdepth>\c@secnumdepth   \else
    \thesection \fi}{#1}
 \let\no:section=\section
 \def\section{\rdef:sec{section}}
 \Def:Section\likesection{}{#1}
 \let\:likesection=\likesection
 \let\likesection=\:UnDef
 -_-_-