33.1 /listoffigures and /listoftables

<..html report, article, book..>
 \let\:tempc=\listoffigures
 \pend:def\:tempc{\begingroup \a:listoffigures
    \def\@starttoc{\:tableofcontents[lof]\:gobble}}
 \append:def\:tempc{\b:listoffigures \endgroup}
 \HLet\listoffigures=\:tempc
 \let\:tempc=\listoftables
 \pend:def\:tempc{\begingroup \a:listoftables
    \def\@starttoc{\:tableofcontents[lot]\:gobble}}
 \append:def\:tempc{\b:listoftables \endgroup}
 \HLet\listoftables=\:tempc
 -_-_-

<..latex report,... shared config..>
 \NewConfigure{listoffigures}{2}
 \NewConfigure{listoftables}{2}
 -_-_-