[tex4ht-commits] [SCM] tex4ht updated: r969 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Tue Aug 3 20:00:44 CEST 2021


Author: michal_h21
Date: 2021-08-03 18:00:44 +0000 (Tue, 03 Aug 2021)
New Revision: 969

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
correctly empty the frame title

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2021-07-06 19:00:54 UTC (rev 968)
+++ trunk/lit/ChangeLog	2021-08-03 18:00:44 UTC (rev 969)
@@ -1,3 +1,8 @@
+2021-08-03  Michal Hoftich  <michal.h21 at 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 at gmail.com>
 
 	* tex4ht-4ht.tex (mwart.4ht, mwbk.4ht, mwrep.4ht): fixed caption support for

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2021-07-06 19:00:54 UTC (rev 968)
+++ trunk/lit/tex4ht-4ht.tex	2021-08-03 18:00:44 UTC (rev 969)
@@ -26614,7 +26614,7 @@
 \newcount\mdf:env:cnt
 \def\mdf:id{mdframed-\the\mdf:env:cnt}
 \def\mdf at trivlist#1{\global\advance\mdf:env:cnt by1\relax\a:mdframed\a:mdframedstyle%
-    \ifdefempty{\mdf at frametitle}{}{\mdfframedtitleenv{\mdf at frametitle}\a:mdframetitle\mdf@@frametitle at use\b:mdframetitle}\let\mdf at frametitle\relax%
+    \ifdefempty{\mdf at frametitle}{}{\mdfframedtitleenv{\mdf at frametitle}\a:mdframetitle\mdf@@frametitle at use\b:mdframetitle}\let\mdf at frametitle\@empty%
 }
 
 \def\endmdf at trivlist{\b:mdframed}



More information about the tex4ht-commits mailing list.