diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-30 23:22:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-30 23:22:00 +0000 |
commit | cea1e43cf11fd3cd4b05f2b86c032d548da4d694 (patch) | |
tree | cc7e0a23ec1da321f2550142408dcfeb82563410 /Master/texmf-dist/source/generic | |
parent | 679fad7dbed7a085a1423bc907ec5bae404e0e6c (diff) |
numeric entity for LibreOffice, tex4ht r1020
git-svn-id: svn://tug.org/texlive/trunk@61194 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 4170cad2cf0..a15a15e34a0 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex index bd2fa451dab..4be5595c60b 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-mathml.tex +++ b/Master/texmf-dist/source/generic/tex4ht/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> ⁡<!--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> ⁡<!--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 |