texlive[60153] Master/texmf-dist: mdframed title fix, tex4ht r969

commits+karl at tug.org commits+karl at tug.org
Tue Aug 3 23:09:49 CEST 2021


Revision: 60153
          http://tug.org/svn/texlive?view=revision&revision=60153
Author:   karl
Date:     2021-08-03 23:09:49 +0200 (Tue, 03 Aug 2021)
Log Message:
-----------
mdframed title fix, tex4ht r969

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=969

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/mdframed.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2021-08-03 20:46:54 UTC (rev 60152)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2021-08-03 21:09:49 UTC (rev 60153)
@@ -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/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2021-08-03 20:46:54 UTC (rev 60152)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2021-08-03 21:09:49 UTC (rev 60153)
@@ -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 @@
 \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}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mdframed.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mdframed.4ht	2021-08-03 20:46:54 UTC (rev 60152)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mdframed.4ht	2021-08-03 21:09:49 UTC (rev 60153)
@@ -1,4 +1,4 @@
-% mdframed.4ht (2019-11-07-14:08), generated from tex4ht-4ht.tex
+% mdframed.4ht (2021-08-03-13:58), generated from tex4ht-4ht.tex
 % Copyright 2017 TeX Users Group
 %
 % This work may be distributed and/or modified under the
@@ -16,7 +16,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2019-11-07-14:08}
+\immediate\write-1{version 2021-08-03-13:58}
 
 
 \NewConfigure{mdframed}{2}
@@ -25,7 +25,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 tex-live-commits mailing list.