texlive[65350] Master/texmf-dist: mps inclusion, tex4ht r1275;

commits+karl at tug.org commits+karl at tug.org
Sat Dec 24 21:56:03 CET 2022


Revision: 65350
          http://tug.org/svn/texlive?view=revision&revision=65350
Author:   karl
Date:     2022-12-24 21:56:02 +0100 (Sat, 24 Dec 2022)
Log Message:
-----------
mps inclusion, tex4ht r1275; mdframed inside \Picture*, tex4ht r1276

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

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
    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	2022-12-24 20:35:17 UTC (rev 65349)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-12-24 20:56:02 UTC (rev 65350)
@@ -1,3 +1,13 @@
+2022-12-24  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (mdframed.4ht): fixed support for Mdframed used
+	inside of \Picture*.
+	https://tex.stackexchange.com/a/669526/2891
+
+	* tex4ht-html4.tex (html4.4ht): added support for the inclusion of
+	MPS images.
+	https://tex.stackexchange.com/a/669526/2891
+
 2022-12-23  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): fixed paragraph handling in the

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-12-24 20:35:17 UTC (rev 65349)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2022-12-24 20:56:02 UTC (rev 65350)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1268 2022-12-16 15:18:27Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1276 2022-12-24 12:44:15Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2022 TeX Users Group    
@@ -27997,7 +27997,7 @@
 
 \<mdframed.4ht\><<<
 % mdframed.4ht (|version), generated from |jobname.tex
-% Copyright 2017-2021 TeX Users Group
+% Copyright 2017-2022 TeX Users Group
 |<TeX4ht license text|>
 
 \NewConfigure{mdframed}{2}
@@ -28005,18 +28005,20 @@
 \NewConfigure{mdframetitle}{2}
 \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%
+\def\:tempa#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\@empty%
 }
+\HLet\mdf at trivlist\:tempa
 
-\def\endmdf at trivlist{\b:mdframed}
+\def\:tempa{\b:mdframed}
+\HLet\endmdf at trivlist\:tempa
 
 % disable frame drawing, it can be supported using CSS
-\def\detected at mdf@put at frame{}%
+\HLet\detected at mdf@put at frame\relax%
 
 \append:def\mdf@@ignorelastdescenders{\let\orig:unskip\unskip\def\unskip{\let\unskip\orig:unskip}}%
-\def\mdf at lrbox#1{}
-\def\endmdf at lrbox{}
+\HLet\mdf at lrbox\:gobble
+\HLet\endmdf at lrbox\relax
 \Hinput{mdframed}
 \endinput
 >>> \AddFile{9}{mdframed}

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2022-12-24 20:35:17 UTC (rev 65349)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2022-12-24 20:56:02 UTC (rev 65350)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1274 2022-12-23 13:35:49Z michal_h21 $
+% $Id: tex4ht-html4.tex 1275 2022-12-24 12:38:23Z michal_h21 $
 % Compile 4 times: latex tex4ht-html4
 % Copy html4.4ht into the work directory before all but the last compilation.
 %
@@ -14029,7 +14029,7 @@
 supported formats by tex4ht.
 
 \<graphics default extensions\><<<
-\DeclareGraphicsExtensions{.png,.svg,.jpg,.eps,.pdf}
+\DeclareGraphicsExtensions{.png,.svg,.jpg,.eps,.pdf,.mps}
 >>>
 
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2022-12-24 20:35:17 UTC (rev 65349)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4.4ht	2022-12-24 20:56:02 UTC (rev 65350)
@@ -1,4 +1,4 @@
-% html4.4ht (2022-12-23-13:16), generated from tex4ht-html4.tex
+% html4.4ht (2022-12-24-12:37), generated from tex4ht-html4.tex
 % Copyright 2009-2022 TeX Users Group
 % Copyright 1997-2009 Eitan M. Gurari
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2022-12-23-13:16}
+\immediate\write-1{version 2022-12-24-12:37}
 
 \exit:ifnot{8859-6,% 
 CJK,% 
@@ -11486,7 +11486,7 @@
    \Picture[\a:GraphicsAlt]{{\Gin at base\PictExt} \csname a:Gin-dim\endcsname
 }}
 
-\DeclareGraphicsExtensions{.png,.svg,.jpg,.eps,.pdf}
+\DeclareGraphicsExtensions{.png,.svg,.jpg,.eps,.pdf,.mps}
 
 
 \edef\svg:ext{.svg}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mdframed.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mdframed.4ht	2022-12-24 20:35:17 UTC (rev 65349)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mdframed.4ht	2022-12-24 20:56:02 UTC (rev 65350)
@@ -1,5 +1,5 @@
-% mdframed.4ht (2021-08-14-14:10), generated from tex4ht-4ht.tex
-% Copyright 2017-2021 TeX Users Group
+% mdframed.4ht (2022-12-24-12:36), generated from tex4ht-4ht.tex
+% Copyright 2017-2022 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2021-08-14-14:10}
+\immediate\write-1{version 2022-12-24-12:36}
 
 
 \NewConfigure{mdframed}{2}
@@ -24,18 +24,20 @@
 \NewConfigure{mdframetitle}{2}
 \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%
+\def\:tempa#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\@empty%
 }
+\HLet\mdf at trivlist\:tempa
 
-\def\endmdf at trivlist{\b:mdframed}
+\def\:tempa{\b:mdframed}
+\HLet\endmdf at trivlist\:tempa
 
 % disable frame drawing, it can be supported using CSS
-\def\detected at mdf@put at frame{}%
+\HLet\detected at mdf@put at frame\relax%
 
 \append:def\mdf@@ignorelastdescenders{\let\orig:unskip\unskip\def\unskip{\let\unskip\orig:unskip}}%
-\def\mdf at lrbox#1{}
-\def\endmdf at lrbox{}
+\HLet\mdf at lrbox\:gobble
+\HLet\endmdf at lrbox\relax
 \Hinput{mdframed}
 \endinput
 



More information about the tex-live-commits mailing list.