diff options
Diffstat (limited to 'Master/texmf-dist/source')
4 files changed, 27 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index f07eae9f822..babba8790b7 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,10 @@ +2025-01-05 Michal Hoftich <michal.h21@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@gmail.com> * tex4ht-unicode.tex (unicode.4ht): fixed suppport for umlauts and diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index e7c1d3ace2f..23b2e60f1eb 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex @@ -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 @@ A script of the form %%%%%%%%%%%%%%%%%%%%%%%%%% \<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 @@ index.sty\EndLink %%%%%%%%%%%%%%%%%%%%%%%%%%% \<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} diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex index 5201a4f1a15..089998ac2ee 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex @@ -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 @@ in italic and without space that would separate it from the following element. \<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 @@ We reserve code 254 (and 255) for unknown symbols. {} {\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>}% diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex index 63edaefe80d..9db6bd1ba0b 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-unicode.tex @@ -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 @@ of \verb'\mathop', \verb'\mathrel',...., for the next parameter. \<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|> >>> |