summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog7
-rw-r--r--support/TeX4ht/source/tex4ht-mathml.tex6
2 files changed, 10 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 4170cad2cf..a15a15e34a 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,10 @@
+2021-11-30 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-mathml.tex (mathml.4ht): use numerical entity instead of named
+ entity for &ApplyFunction. LibreOffice couldn't render the document
+ properly.
+ https://github.com/michal-h21/make4ht/issues/54
+
2021-11-26 Karl Berry <karl@freefriends.org>
* tex4ht-4ht.tex (adjustbox.4ht): copyright.
diff --git a/support/TeX4ht/source/tex4ht-mathml.tex b/support/TeX4ht/source/tex4ht-mathml.tex
index bd2fa451da..4be5595c60 100644
--- a/support/TeX4ht/source/tex4ht-mathml.tex
+++ b/support/TeX4ht/source/tex4ht-mathml.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-mathml.tex 1010 2021-11-08 17:32:28Z michal_h21 $$
+% $Id: tex4ht-mathml.tex 1020 2021-11-30 14:23:44Z michal_h21 $$
% compile 3 times: latex tex4ht-mathltx
% or xhlatex tex4ht-mathltx "html,3,sections+"
%
@@ -2447,7 +2447,7 @@ this in the texbook.)
\Configure{qopname}
{\Configure{mathop}{*}
{<\a:mathml mi \mml:class="qopname">}
- {</\a:mathml mi><mo> &ApplyFunction;<!--FUNCTION APPLICATION--> </mo>}
+ {</\a:mathml mi><mo> &\#x2061;<!--FUNCTION APPLICATION--> </mo>}
{}}
>>>
@@ -3155,7 +3155,7 @@ Accent versus underscript: \verb=\underbrace{x+y+z}=
\<mathml plain,fontmath\><<<
\Configure{MathClass}{0}{*}{<\a:mathml mi\Hnewline>}{</\a:mathml mi>}{}
\Configure{MathClass}{1}{*}{<\a:mathml mi\Hnewline
- \mml:class="MathClass-op">}{</\a:mathml mi><mo> &ApplyFunction;<!--FUNCTION APPLICATION--></mo>}{}
+ \mml:class="MathClass-op">}{</\a:mathml mi><mo> &\#x2061;<!--FUNCTION APPLICATION--></mo>}{}
\Configure{MathClass}{2}{*}{<\a:mathml mo\Hnewline
\mml:class="MathClass-bin">}{</\a:mathml mo>}{}
\Configure{MathClass}{3}{*}{<\a:mathml mo\Hnewline