16.2 ntheorem.sty

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

<..theorem sty..>
 \let\theo:@thm=\@thm
 \def\@thm#1#2{%
    \expandafter\ifx \csname end#1\endcsname\@endtheorem \else
         \expandafter\let \csname end#1\endcsname\@endtheorem
    \fi
    \theo:@thm{#1}{#2}%
 }
 -_-_-