summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-4ht.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht/source/tex4ht-4ht.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 1f187bbd09..2490518aab 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/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.