summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-04 20:23:40 +0000
committerKarl Berry <karl@freefriends.org>2022-10-04 20:23:40 +0000
commitda497e0d95c4bfe1009c9d4e28870429152114d2 (patch)
tree68a32811d0811303a0fd03de818f6026ddad81f5 /Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
parent3cf77160cbc897a106406cf1b982b675867c6438 (diff)
remove spurious svg elements from beamer, tex4ht r1207; displaystyle attribute, tex4ht r1208
git-svn-id: svn://tug.org/texlive/trunk@64621 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.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 1f187bbd091..2490518aab8 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 1206 2022-10-03 12:58:33Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1207 2022-10-04 14:17:12Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -25984,6 +25984,12 @@ It should still work in the picture mode, as we use the HLet command.
\HLet\framebreak\relax
>>>
+This should prevent insertion of SVG elements around columns:
+
+\<conf beamer current\><<<
+\HLet\beamer@@spacingcover\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.