texlive[64234] Master/texmf-dist: $$ display, tex4ht r1190

commits+karl at tug.org commits+karl at tug.org
Mon Aug 29 22:44:14 CEST 2022


Revision: 64234
          http://tug.org/svn/texlive?view=revision&revision=64234
Author:   karl
Date:     2022-08-29 22:44:14 +0200 (Mon, 29 Aug 2022)
Log Message:
-----------
$$ display, tex4ht r1190

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

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-08-29 20:04:55 UTC (rev 64233)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-08-29 20:44:14 UTC (rev 64234)
@@ -1,3 +1,9 @@
+2022-08-29  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html4.tex (html4-math.4ht),
+	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): added support for
+	display math environments delimited by $$.
+
 2022-08-25  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (latex.4ht): make \left and \right commands robust.

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2022-08-29 20:04:55 UTC (rev 64233)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex	2022-08-29 20:44:14 UTC (rev 64234)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1188 2022-08-22 15:11:36Z michal_h21 $
+% $Id: tex4ht-html4.tex 1190 2022-08-29 10:21:19Z michal_h21 $
 % Compile 4 times: latex tex4ht-html4
 % Copy html4.4ht into the work directory before all but the last compilation.
 %
@@ -8651,6 +8651,7 @@
 \edef\:RestoreMathjaxCatcodes{\catcode`\noexpand \&=\the\catcode`\&}
 \def\:HandleMathjaxCatcodes{\edef\:RestoreMathjaxCatcodes{\catcode`\noexpand \&=\the\catcode`\&}\catcode`\&=11}
 \Configure{$}{\:HandleMathjaxCatcodes}{\:RestoreMathjaxCatcodes}{\expandafter\AltMathOne}
+\Configure{$$}{\:HandleMathjaxCatcodes}{\:RestoreMathjaxCatcodes}{\expandafter\AltlDisplayDollars}
 % for some reason, it is necessary to specify the catcode change directly in the configuration
 \Configure{()}{\:HandleMathjaxCatcodes\catcode`\&=11\AltlMath}{\:RestoreMathjaxCatcodes}
 \Configure{[]}{\:HandleMathjaxCatcodes\catcode`\&=11\AltlDisplay}{\:RestoreMathjaxCatcodes}

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht	2022-08-29 20:04:55 UTC (rev 64233)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html4-math.4ht	2022-08-29 20:44:14 UTC (rev 64234)
@@ -1,4 +1,4 @@
-% html4-math.4ht (2022-05-19-13:37), generated from tex4ht-html4.tex
+% html4-math.4ht (2022-08-29-13:30), generated from tex4ht-html4.tex
 % Copyright 2009-2022 TeX Users Group
 % Copyright 1999-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-05-19-13:37}
+\immediate\write-1{version 2022-08-29-13:30}
 
 \exit:ifnot{accents,% 
 amsfonts,% 
@@ -333,6 +333,7 @@
 \edef\:RestoreMathjaxCatcodes{\catcode`\noexpand \&=\the\catcode`\&}
 \def\:HandleMathjaxCatcodes{\edef\:RestoreMathjaxCatcodes{\catcode`\noexpand \&=\the\catcode`\&}\catcode`\&=11}
 \Configure{$}{\:HandleMathjaxCatcodes}{\:RestoreMathjaxCatcodes}{\expandafter\AltMathOne}
+\Configure{$$}{\:HandleMathjaxCatcodes}{\:RestoreMathjaxCatcodes}{\expandafter\AltlDisplayDollars}
 % for some reason, it is necessary to specify the catcode change directly in the configuration
 \Configure{()}{\:HandleMathjaxCatcodes\catcode`\&=11\AltlMath}{\:RestoreMathjaxCatcodes}
 \Configure{[]}{\:HandleMathjaxCatcodes\catcode`\&=11\AltlDisplay}{\:RestoreMathjaxCatcodes}
@@ -467,7 +468,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{amsmath}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -844,7 +844,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{plain}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1073,7 +1072,6 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{eplain}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1118,6 +1116,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{fleqn}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1165,6 +1164,7 @@
 
 
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{rlbabel}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1238,6 +1238,10 @@
 
 
 
+
+
+
+
 
 
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht	2022-08-29 20:04:55 UTC (rev 64233)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht	2022-08-29 20:44:14 UTC (rev 64234)
@@ -1,4 +1,4 @@
-% mathjax-latex-4ht.4ht (2022-04-04-07:43), generated from tex4ht-mathjax.tex
+% mathjax-latex-4ht.4ht (2022-08-29-13:30), generated from tex4ht-mathjax.tex
 % Copyright 2018-2022 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 2022-04-04-07:43}
+\immediate\write-1{version 2022-08-29-13:30}
 
 
 \ExplSyntaxOn
@@ -41,7 +41,7 @@
 \long\def\AltMathOne#1${\alteqtoks{\(#1\)}$}
 % this seems a bit hacky -- we need to skip some code inserted at the
 % beginning of each display math
-\long\def\AltlDisplayDollars\fi#1$${\alteqtoks{\[#1\]}$$}
+\long\def\AltlDisplayDollars#1$${\alteqtoks{\[#1\]}$$}
 
 \newcommand\VerbMathToks[2]{%
   \alteqtoks{\begin{#2}
@@ -177,6 +177,12 @@
 
 
 
+
+
+
+
+
+
 
 
 



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