[tex4ht-commits] [SCM] tex4ht updated: r965 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Wed Jun 30 14:32:20 CEST 2021
Author: michal_h21
Date: 2021-06-30 12:32:19 +0000 (Wed, 30 Jun 2021)
New Revision: 965
Modified:
trunk/lit/tex4ht-4ht.tex
Log:
Save original definition of \@thm before cleveref
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2021-06-30 11:14:18 UTC (rev 964)
+++ trunk/lit/tex4ht-4ht.tex 2021-06-30 12:32:19 UTC (rev 965)
@@ -3500,9 +3500,12 @@
\let\HyOrg at addtoreset\@addtoreset
% fixes for \refstepcounter
\let\orig:refstepcounter\refstepcounter
+\let\orig:@thm\@thm
\:AtEndOfPackage{%
\let\refstepcounter\orig:refstepcounter
+\let\@thm\orig:@thm
}
+
>>> \AddFile{9}{cleveref-hooks}
%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list.