texlive[71203] Master/texmf-dist: fixed restoring of \begin and \end

commits+karl at tug.org commits+karl at tug.org
Tue May 7 22:46:05 CEST 2024


Revision: 71203
          https://tug.org/svn/texlive?view=revision&revision=71203
Author:   karl
Date:     2024-05-07 22:46:05 +0200 (Tue, 07 May 2024)
Log Message:
-----------
fixed restoring of \begin and \end in \measure@, tex4ht r1515

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1515

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/amsmath.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-05-07 20:11:51 UTC (rev 71202)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-05-07 20:46:05 UTC (rev 71203)
@@ -1,3 +1,8 @@
+2024-05-07  Linas Stonys  <lstonys at vtex.lt>
+
+	* tex4ht-4ht.tex (latex.4ht, amsmath.4ht): fixed restoring of \begin
+	and \end in the \measure@ command.
+
 2024-05-06  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-sty.tex (tex4ht.sty): don't disable \DocumentMetadata.

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-05-07 20:11:51 UTC (rev 71202)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-05-07 20:46:05 UTC (rev 71203)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1514 2024-05-06 14:50:21Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1515 2024-05-07 15:21:27Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2024 TeX Users Group    
@@ -7276,6 +7276,7 @@
 \<latex ltmiscen\><<<
       \pend:defI\begin{\let\chk:pic|=\EndPicture }
       \let\o:begin:|=\begin
+      \expandafter\let \csname o:begin :\expandafter\endcsname\csname begin \endcsname
       \let\choose:begin\@firstoftwo
 \DeclareRobustCommand\begin[1]{\csname @begin:#1\endcsname 
   \choose:begin
@@ -7352,7 +7353,7 @@
 %%%%%%%%%%%%%
 
 \<latex ltmiscen\><<<
-\let\o:end:|=\end
+\expandafter\let \csname o:end :\expandafter\endcsname\csname end \endcsname
 \DeclareRobustCommand\end[1]{\choose:begin
   {|<revised end|>}%
   {\o:end:{#1}}}
@@ -21218,8 +21219,10 @@
 \let\:tempc|=\measure@
 \pend:defI\:tempc{\bgroup
    \RecallTeXcr \HRestore\noalign \let\EndPicture\empty
-   \let\halign|=\TeXhalign \let\span|=\:span  \HRestore\begin 
-   \HRestore\end   \a:measure@ }
+   \let\halign|=\TeXhalign \let\span|=\:span  
+   \expandafter\HRestore\csname begin \endcsname
+   \expandafter\HRestore\csname end \endcsname
+ \a:measure@ }
 \append:defI\:tempc{\egroup}
 \HLet\measure@|=\:tempc
 \NewConfigure{measure@}{1}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht	2024-05-07 20:11:51 UTC (rev 71202)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht	2024-05-07 20:46:05 UTC (rev 71203)
@@ -1,6 +1,6 @@
-% amsmath.4ht (2023-08-13-13:20), generated from tex4ht-4ht.tex
+% amsmath.4ht (2024-05-07-13:28), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
-% Copyright 2009-2023 TeX Users Group
+% Copyright 2009-2024 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2023-08-13-13:20}
+\immediate\write-1{version 2024-05-07-13:28}
 
 \HRestore\cases
 \HRestore\matrix
@@ -535,8 +535,10 @@
 \let\:tempc\measure@
 \pend:defI\:tempc{\bgroup
    \RecallTeXcr \HRestore\noalign \let\EndPicture\empty
-   \let\halign\TeXhalign \let\span\:span  \HRestore\begin
-   \HRestore\end   \a:measure@ }
+   \let\halign\TeXhalign \let\span\:span
+   \expandafter\HRestore\csname begin \endcsname
+   \expandafter\HRestore\csname end \endcsname
+ \a:measure@ }
 \append:defI\:tempc{\egroup}
 \HLet\measure@\:tempc
 \NewConfigure{measure@}{1}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht	2024-05-07 20:11:51 UTC (rev 71202)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/latex.4ht	2024-05-07 20:46:05 UTC (rev 71203)
@@ -1,4 +1,4 @@
-% latex.4ht (2024-02-26-13:19), generated from tex4ht-4ht.tex
+% latex.4ht (2024-05-07-13:28), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2024 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2024-02-26-13:19}
+\immediate\write-1{version 2024-05-07-13:28}
 
 \ifx\SaveMkHalignConf:g\:UnDef \else \expandafter\endinput\fi
 
@@ -594,6 +594,7 @@
 
       \pend:defI\begin{\let\chk:pic\EndPicture }
       \let\o:begin:\begin
+      \expandafter\let \csname o:begin :\expandafter\endcsname\csname begin \endcsname
       \let\choose:begin\@firstoftwo
 \DeclareRobustCommand\begin[1]{\csname @begin:#1\endcsname
   \choose:begin
@@ -642,7 +643,7 @@
 \NewConfigure{@begin}[2]{%
    \expandafter\ifx\csname @begin:#1\endcsname\relax\fi
    \expandafter\concat:config\csname @begin:#1\endcsname{#2}}
-\let\o:end:\end
+\expandafter\let \csname o:end :\expandafter\endcsname\csname end \endcsname
 \DeclareRobustCommand\end[1]{\choose:begin
   {%\IgnoreIndent
   \ifvmode \ifx \EndPicture\:UnDef
@@ -2337,7 +2338,7 @@
 \expandafter\:temp\usepackage!*?: 
 \def\:tempa{\@latex at e@error}
 \ifx \:temp\:tempa
-   % latex209.4ht (2024-02-26-13:19), generated from tex4ht-4ht.tex
+   % latex209.4ht (2024-05-07-13:28), generated from tex4ht-4ht.tex
 % Copyright 1997-2009 Eitan M. Gurari
 % Copyright 2009-2024 TeX Users Group
 %
@@ -2356,7 +2357,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2024-02-26-13:19}
+\immediate\write-1{version 2024-05-07-13:28}
 
 \let\:fnsymbol\@fnsymbol
 \def\@fnsymbol#1{{\hbox{$\:fnsymbol{#1}$}}}



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