From 30b3429f0e138c93c5f1ba1d1a6d46728c0943e9 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 4 Oct 2022 03:00:59 +0000 Subject: CTAN sync 202210040300 --- support/TeX4ht/source/ChangeLog | 4 ++++ support/TeX4ht/source/tex4ht-4ht.tex | 11 +++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'support') 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 + + * tex4ht-4ht.tex (beamer.4ht): disable frame breaks. + 2022-09-30 Michal Hoftich * 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{% @@ -25975,6 +25975,13 @@ transported into the slide blocks. \pend:defI\emph{\a:emph}% \append:defI\emph{\b:emph}% +>>> + +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. + +\<<< +\HLet\framebreak\relax >>> Beamer can break BibLaTeX's bibliography across several slides, -- cgit v1.2.3