summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-08-04 03:00:43 +0000
committerNorbert Preining <norbert@preining.info>2021-08-04 03:00:43 +0000
commitda02fd6ad1c5fb45c5ec641bf236d8de4745709f (patch)
tree9dcca034494c127f45a96f07db11ee3287e27836 /support
parent363ea487975bcc527ccdb2c9b5dda1b27cf839b2 (diff)
CTAN sync 202108040300
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog5
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex4
2 files changed, 7 insertions, 2 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 3ced5d91b1..0fa6887299 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,8 @@
+2021-08-03 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (mdframed.4ht): correctly empty the frame title.
+ https://puszcza.gnu.org.ua/bugs/?516#postcomment
+
2021-07-06 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (mwart.4ht, mwbk.4ht, mwrep.4ht): fixed caption support for
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 168d463a49..f409c9f06a 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 968 2021-07-06 19:00:54Z michal_h21 $
+% $Id: tex4ht-4ht.tex 969 2021-08-03 18:00:44Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2021 TeX Users Group
@@ -26614,7 +26614,7 @@ We need to use dvips driver with XeLaTeX
\newcount\mdf:env:cnt
\def\mdf:id{mdframed-\the\mdf:env:cnt}
\def\mdf@trivlist#1{\global\advance\mdf:env:cnt by1\relax\a:mdframed\a:mdframedstyle%
- \ifdefempty{\mdf@frametitle}{}{\mdfframedtitleenv{\mdf@frametitle}\a:mdframetitle\mdf@@frametitle@use\b:mdframetitle}\let\mdf@frametitle\relax%
+ \ifdefempty{\mdf@frametitle}{}{\mdfframedtitleenv{\mdf@frametitle}\a:mdframetitle\mdf@@frametitle@use\b:mdframetitle}\let\mdf@frametitle\@empty%
}
\def\endmdf@trivlist{\b:mdframed}