summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-28 23:01:47 +0000
committerKarl Berry <karl@freefriends.org>2022-01-28 23:01:47 +0000
commit9b746b3daca06b9df45eb524fb89356b7c8ece1e (patch)
tree108dc16e88751417a8820d15e3e733aa968912ae /Master/texmf-dist/source/generic
parent8e0222695a489184e3cc92e2206db971a5ac48d7 (diff)
tcolorbox boxes with titles, tex4ht r1063
git-svn-id: svn://tug.org/texlive/trunk@61781 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex10
2 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 812d90ab83b..d5bc0f71ea7 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,9 @@
+2022-01-28 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-tex4ht.tex (tcolorbox.4ht): fixed support for boxes with
+ titles.
+ https://github.com/michal-h21/make4ht/issues/62
+
2022-01-23 Karl Berry <karl@freefriends.org>
* tex4ht-4ht.tex,
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index ac4bd1a8851..8f26f8c4112 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 1062 2022-01-23 15:51:43Z karl $
+% $Id: tex4ht-4ht.tex 1063 2022-01-28 13:22:45Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2022 TeX Users Group
@@ -27014,6 +27014,14 @@ We need to use dvips driver with XeLaTeX
\def\:tempb{\d:tcolorbox\o:tcb@endboxanddraw:}
\HLet\tcb@endboxanddraw\:tempb
+% this code prevents emptying of the box title when
+% some Tcolorbox options are used
+\def\:tempb{}
+\HLet\tcb@detach@title@code\:tempb
+
+% require end of paragraph before Tcolorbox
+\long\def\:tempb[#1]{\EndP\o:tcb@@icolorbox:[#1]}
+\HLet\tcb@@icolorbox\:tempb
\NewConfigure{tcolorbox}{4}