[tex4ht-commits] [SCM] tex4ht updated: r1202 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Sep 27 16:51:50 CEST 2022


Author: michal_h21
Date: 2022-09-27 14:51:50 +0000 (Tue, 27 Sep 2022)
New Revision: 1202

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
don't redeclare \addtocontents in beamer

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-09-27 10:54:54 UTC (rev 1201)
+++ trunk/lit/ChangeLog	2022-09-27 14:51:50 UTC (rev 1202)
@@ -1,5 +1,8 @@
 2022-09-27  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (beamer.4ht): don't redeclare \addtocontents, in
+	order to prevent clash with BibLaTeX.
+
 	* tex4ht-4ht.tex (beamer.4ht): declare hooks for \emph.
 
 2022-09-26  Michal Hoftich  <michal.h21 at gmail.com>

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2022-09-27 10:54:54 UTC (rev 1201)
+++ trunk/lit/tex4ht-4ht.tex	2022-09-27 14:51:50 UTC (rev 1202)
@@ -25793,8 +25793,14 @@
 \NewConfigure{inst}{2}
 >>>
 
-\<beamer toc\><<<
+It seems that TOC in Beamer doesn't work. It probably isn't that
+important, as it is usually used only in frame outlines, which 
+aren't used in \TeX4ht output anyway. I will remove the following
+code because it causes clash with BibLaTeX.
+
+\<beamer toc no more\><<<
 \def\addtocontents#1#2{%
+   \let\glossary\@gobble%
    \add:toc{#1}{}{#2}%
 }
 \def\add:toc#1#2#3{{%



More information about the tex4ht-commits mailing list.