summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r--support/TeX4ht/source/ChangeLog4
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex11
2 files changed, 13 insertions, 2 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index c5170d818e..8687d548f2 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-03 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (beamer.4ht): disable frame breaks.
+
2022-09-30 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (usepackage.4ht, tagpdf-hooks.4ht): basic Tagpdf
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 7016290030..1f187bbd09 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1204 2022-09-30 11:45:34Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1206 2022-10-03 12:58:33Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -25960,7 +25960,7 @@ transported into the slide blocks.
\NewConfigure{frame}{2}
\NewConfigure{frametitle}{2}
-\AddToHook{env/beamer@frameslide/before}{\RecallEndP\a:frame}
+\AddToHook{env/beamer@frameslide/before}{\RecallEndP\a:frame\beamer@autobreakfalse}
\AddToHook{env/beamer@frameslide/after}{\b:frame}
\long\def\:temp[#1]#2{%
@@ -25977,6 +25977,13 @@ transported into the slide blocks.
>>>
+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
+>>>
+
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.