[tex4ht-commits] [SCM] tex4ht updated: r1205 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Mon Oct 3 14:30:04 CEST 2022
Author: michal_h21
Date: 2022-10-03 12:30:03 +0000 (Mon, 03 Oct 2022)
New Revision: 1205
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Disable frame breaks in Beamer
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-09-30 11:45:34 UTC (rev 1204)
+++ trunk/lit/ChangeLog 2022-10-03 12:30:03 UTC (rev 1205)
@@ -1,3 +1,7 @@
+2022-10-03 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (beamer.4ht): disable frame breaks.
+
2022-09-30 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (usepackage.4ht, tagpdf-hooks.4ht): basic Tagpdf
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2022-09-30 11:45:34 UTC (rev 1204)
+++ trunk/lit/tex4ht-4ht.tex 2022-10-03 12:30:03 UTC (rev 1205)
@@ -25977,6 +25977,14 @@
>>>
+We must disable Beamer's framebreaking, as it can lead to tag mis-match.
+It should still work in the picture mode, as we use the HLet command.
+
+\<conf beamer current\><<<
+\HLet\framebreak\relax
+\HLet\beamer at autobreakframe\relax
+>>>
+
Beamer can break BibLaTeX's bibliography across several slides,
which can lead in tag mis-match, as the closing tags for the bibliography
are inserted as child of other element, than the opening tags.
More information about the tex4ht-commits
mailing list.