texlive[73325] Master/texmf-dist: do not configure tilde in mathml,
commits+karl at tug.org
commits+karl at tug.org
Sun Jan 5 22:37:02 CET 2025
Revision: 73325
https://tug.org/svn/texlive?view=revision&revision=73325
Author: karl
Date: 2025-01-05 22:37:02 +0100 (Sun, 05 Jan 2025)
Log Message:
-----------
do not configure tilde in mathml, tex4ht r1619; copyright updates
Revision Links:
--------------
https://tug.org/svn/texlive?view=revision&revision=1619
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-mathml.tex
trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex
trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/multind.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/splitidx.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/unicode.4ht
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2025-01-05 20:57:40 UTC (rev 73324)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog 2025-01-05 21:37:02 UTC (rev 73325)
@@ -1,3 +1,10 @@
+2025-01-05 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-mathml.tex (mathml.4ht): don't configure tilde accents in
+ the MathML output, it removes support for Unicode characters with
+ tilde.
+ https://github.com/michal-h21/make4ht/issues/163
+
2024-12-11 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-unicode.tex (unicode.4ht): fixed suppport for umlauts and
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2025-01-05 20:57:40 UTC (rev 73324)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex 2025-01-05 21:37:02 UTC (rev 73325)
@@ -1,7 +1,7 @@
-% $Id: tex4ht-4ht.tex 1615 2024-12-08 22:14:41Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1618 2025-01-05 16:19:50Z karl $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
-% Copyright 2009-2024 TeX Users Group
+% Copyright 2009-2025 TeX Users Group
% Copyright 1996-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -13567,10 +13567,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%
\<splitidx.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% splitidx.4ht |version %
-% Copyright (C) |CopyYear.2003. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% splitidx.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.2003. Eitan M. Gurari
+|<TeX4ht copywrite|>
|<splitidx configs|>
\Hinput{splitidx}
\endinput
@@ -33302,10 +33301,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\<multind.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% multind.4ht |version %
-% Copyright (C) |CopyYear.1999. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% multind.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.1999. Eitan M. Gurari
+|<TeX4ht copywrite|>
|<multind.sty|>
\Hinput{multind}
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex 2025-01-05 20:57:40 UTC (rev 73324)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex 2025-01-05 21:37:02 UTC (rev 73325)
@@ -1,8 +1,8 @@
-% $Id: tex4ht-mathml.tex 1610 2024-12-04 14:52:13Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1620 2025-01-05 21:36:18Z karl $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
-% Copyright 2009-2024 TeX Users Group
+% Copyright 2009-2025 TeX Users Group
% Copyright 1999-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -577,7 +577,7 @@
\<mathml\><<<
% mathml.4ht (|version), generated from |jobname.tex
-% Copyright 2009-2024 TeX Users Group
+% Copyright 2009-2025 TeX Users Group
% Copyright |CopyYear.1999. Eitan M. Gurari
|<TeX4ht copywrite|>
>>>
@@ -826,10 +826,12 @@
{}
{\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
\:widetilde:over \HCode{</\a:mathml mover>}}
- \Configure{accent}\tilde\tilde{{}{}}
- {}
- {\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
- \:tilde:over \HCode{</\a:mathml mover>}}
+ % this configuration caused problems with text accents.
+ % we can use Unicode characters with tilde accents instead even in MathML
+ % \Configure{accent}\tilde\tilde{{}{}}
+ % {}
+ % {\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
+ % \:tilde:over \HCode{</\a:mathml mover>}}
\Configure{accent}\widehat\widehat{{}{}}
{}
{\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex 2025-01-05 20:57:40 UTC (rev 73324)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex 2025-01-05 21:37:02 UTC (rev 73325)
@@ -1,7 +1,7 @@
-% $Id: tex4ht-unicode.tex 1616 2024-12-11 13:42:55Z michal_h21 $
+% $Id: tex4ht-unicode.tex 1617 2024-12-15 15:18:36Z karl $
% latex tex4ht-unicode or xhlatex tex4ht-unicode "html,3,sections+"
%
-% Copyright 2009-2023 TeX Users Group
+% Copyright 2009-2024 TeX Users Group
% Copyright 1998-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -227,7 +227,7 @@
\<unicode\><<<
% unicode.4ht (|version), generated from |jobname.tex
-% Copyright 2009-2023 TeX Users Group
+% Copyright 2009-2024 TeX Users Group
% Copyright |CopyYear.1998. Eitan M. Gurari
|<TeX4ht copywrite|>
>>>
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht 2025-01-05 20:57:40 UTC (rev 73324)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht 2025-01-05 21:37:02 UTC (rev 73325)
@@ -1,5 +1,5 @@
-% mathml.4ht (2024-10-11-14:13), generated from tex4ht-mathml.tex
-% Copyright 2009-2024 TeX Users Group
+% mathml.4ht (2025-01-05-13:36), generated from tex4ht-mathml.tex
+% Copyright 2009-2025 TeX Users Group
% Copyright 1999-2009 Eitan M. Gurari
%
% This work may be distributed and/or modified under the
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2024-10-11-14:13}
+\immediate\write-1{version 2025-01-05-13:36}
\exit:ifnot{Preamble,%
accents,%
@@ -877,10 +877,12 @@
{}
{\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
\:widetilde:over \HCode{</\a:mathml mover>}}
- \Configure{accent}\tilde\tilde{{}{}}
- {}
- {\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
- \:tilde:over \HCode{</\a:mathml mover>}}
+ % this configuration caused problems with text accents.
+ % we can use Unicode characters with tilde accents instead even in MathML
+ % \Configure{accent}\tilde\tilde{{}{}}
+ % {}
+ % {\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
+ % \:tilde:over \HCode{</\a:mathml mover>}}
\Configure{accent}\widehat\widehat{{}{}}
{}
{\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
@@ -1801,6 +1803,8 @@
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsbsy}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1813,7 +1817,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -2185,6 +2188,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsfonts}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -2196,7 +2200,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amstext}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -2270,6 +2273,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amstex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -2753,10 +2757,12 @@
{}
{\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
\:widetilde:over \HCode{</\a:mathml mover>}}
- \Configure{accent}\tilde\tilde{{}{}}
- {}
- {\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
- \:tilde:over \HCode{</\a:mathml mover>}}
+ % this configuration caused problems with text accents.
+ % we can use Unicode characters with tilde accents instead even in MathML
+ % \Configure{accent}\tilde\tilde{{}{}}
+ % {}
+ % {\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
+ % \:tilde:over \HCode{</\a:mathml mover>}}
\Configure{accent}\widehat\widehat{{}{}}
{}
{\HCode{<\a:mathml mover\Hnewline accent="true"><\a:mathml mrow\Hnewline>}#2\HCode{</\a:mathml mrow>}%
@@ -3340,6 +3346,7 @@
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{array}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -3483,7 +3490,6 @@
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{vanilla}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -3527,7 +3533,6 @@
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amssymb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -3859,6 +3864,7 @@
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{dcolumn}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -3942,6 +3948,7 @@
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{mathtools}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -4096,6 +4103,13 @@
+
+
+
+
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{accents}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -4119,7 +4133,6 @@
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{subeqnarray}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -4169,6 +4182,7 @@
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{siunitx}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -4184,7 +4198,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{sistyle}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -4282,8 +4295,6 @@
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{ulem}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -4314,6 +4325,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{cancel}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -4357,7 +4369,6 @@
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{stmaryrd}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -4477,6 +4488,12 @@
+
+
+
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{mhchem}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -4611,7 +4628,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{esvect}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/multind.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/multind.4ht 2025-01-05 20:57:40 UTC (rev 73324)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/multind.4ht 2025-01-05 21:37:02 UTC (rev 73325)
@@ -1,7 +1,6 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% multind.4ht 2024-12-08-14:21 %
-% Copyright (C) 1999-2009 Eitan M. Gurari %
-% Copyright 2009-2024 TeX Users Group
+% multind.4ht (2025-01-05-08:19), generated from tex4ht-4ht.tex
+% Copyright 1999-2009 Eitan M. Gurari
+% Copyright 2009-2025 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -18,7 +17,9 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
+\immediate\write-1{version 2025-01-05-08:19}
+
\pend:defII\@wrindex{\warn:idx{##1}\@ifundefined{##1 at idxfile}{}{\html:addr
\hbox{\Link-{}{\a:indexhaddr
}\EndLink}%
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/splitidx.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/splitidx.4ht 2025-01-05 20:57:40 UTC (rev 73324)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/splitidx.4ht 2025-01-05 21:37:02 UTC (rev 73325)
@@ -1,7 +1,6 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% splitidx.4ht 2024-12-08-14:21 %
-% Copyright (C) 2003-2009 Eitan M. Gurari %
-% Copyright 2009-2024 TeX Users Group
+% splitidx.4ht (2025-01-05-08:19), generated from tex4ht-4ht.tex
+% Copyright 2003-2009 Eitan M. Gurari
+% Copyright 2009-2025 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -18,6 +17,8 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
+\immediate\write-1{version 2025-01-05-08:19}
+
\def\warn:idx#1{%
\expandafter\ifx \csname #1warn:idx\endcsname\relax
\expandafter\global
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/unicode.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/unicode.4ht 2025-01-05 20:57:40 UTC (rev 73324)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/unicode.4ht 2025-01-05 21:37:02 UTC (rev 73325)
@@ -1,5 +1,5 @@
-% unicode.4ht (2024-12-11-12:49), generated from tex4ht-unicode.tex
-% Copyright 2009-2023 TeX Users Group
+% unicode.4ht (2024-12-15-07:18), generated from tex4ht-unicode.tex
+% Copyright 2009-2024 TeX Users Group
% Copyright 1998-2009 Eitan M. Gurari
%
% This work may be distributed and/or modified under the
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2024-12-11-12:49}
+\immediate\write-1{version 2024-12-15-07:18}
\exit:ifnot{8859-6,%
SIunits,%
More information about the tex-live-commits
mailing list.