summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-03 21:46:30 +0000
committerKarl Berry <karl@freefriends.org>2022-10-03 21:46:30 +0000
commit32951c584165e300dee89e167154cee782fb986f (patch)
tree1b6fad63519b303411b931f9fc7c65a9275393b2
parent63c373aac72345ae6ad044fad304ff0cb7e77f92 (diff)
disable frame breaks in beamer, tex4ht r1205-1206
git-svn-id: svn://tug.org/texlive/trunk@64604 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog4
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex11
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/beamer.4ht7
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht4
4 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index c5170d818e8..8687d548f20 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 7016290030f..1f187bbd091 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/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.
diff --git a/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht b/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht
index 3de7e729c31..021d361d041 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht
@@ -1,4 +1,4 @@
-% beamer.4ht (2022-09-29-14:23), generated from tex4ht-4ht.tex
+% beamer.4ht (2022-10-03-14:39), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
% Copyright 2009-2022 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-09-29-14:23}
+\immediate\write-1{version 2022-10-03-14:39}
\NewConfigure{titlepage}{2}
\NewConfigure{title}{2}
@@ -150,7 +150,7 @@
\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{%
@@ -165,6 +165,7 @@
\pend:defI\emph{\a:emph}%
\append:defI\emph{\b:emph}%
+\HLet\framebreak\relax
\NewConfigure{beamerbiblatex}{3}
\@ifpackageloaded{biblatex}{
\pend:defI\beamer@biblabeltemplate{%
diff --git a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
index 735e4a5fd16..953bfcf2cf0 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
@@ -1,4 +1,4 @@
-% usepackage.4ht (2022-09-30-14:03), generated from tex4ht-4ht.tex
+% usepackage.4ht (2022-10-03-14:39), generated from tex4ht-4ht.tex
% Copyright 2003-2009 Eitan M. Gurari
% Copyright 2009-2022 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-09-30-14:03}
+\immediate\write-1{version 2022-10-03-14:39}
\def\:temp{tex4ht}\ifx \:temp\@currname
\:warning{\string\usepackage{tex4ht} again?}