summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-27 21:35:22 +0000
committerKarl Berry <karl@freefriends.org>2022-09-27 21:35:22 +0000
commit62197fdab444ec46feb32cf7f449efd7a2381285 (patch)
tree94893d46975a94b7b227ce95587af9d9d8f72304 /Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
parent73c6f4e458b99eae1e5ec3281fb1a1f4da9d7d50 (diff)
beamer \addtocontents and \emph, tex4ht r1201-1202
git-svn-id: svn://tug.org/texlive/trunk@64534 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex12
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index e85b3ce283d..546222bacc9 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 1199 2022-09-26 13:25:22Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1202 2022-09-27 14:51:50Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -25793,8 +25793,14 @@ A \''\relax' is prepended to the start of the definitions
\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{{%
@@ -25946,7 +25952,7 @@ transported into the slide blocks.
\HLet\beamer@@frametitle\:temp
% Beamer redefines \emph, it is necessary to insert hooks again
-
+\NewConfigure{emph}{2}
\pend:defI\emph{\a:emph}%
\append:defI\emph{\b:emph}%