[tex4ht-commits] [SCM] tex4ht updated: r797 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Sat Sep 19 00:20:15 CEST 2020
Author: michal_h21
Date: 2020-09-19 01:20:15 +0300 (Sat, 19 Sep 2020)
New Revision: 797
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-unicode.tex
Log:
don't use combining characters for math accents
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2020-09-12 22:28:43 UTC (rev 796)
+++ trunk/lit/ChangeLog 2020-09-18 22:20:15 UTC (rev 797)
@@ -1,3 +1,9 @@
+2020-09-18 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-unicode.tex (unicode.4ht): don't use combining characters for
+ MathML accents.
+ https://puszcza.gnu.org.ua/bugs/?483
+
2020-09-13 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): removed space handling regular
Modified: trunk/lit/tex4ht-unicode.tex
===================================================================
--- trunk/lit/tex4ht-unicode.tex 2020-09-12 22:28:43 UTC (rev 796)
+++ trunk/lit/tex4ht-unicode.tex 2020-09-18 22:20:15 UTC (rev 797)
@@ -369,24 +369,24 @@
\b{|<bar below codes|>{}{}}
{\a:accents{}{#1}} {\b:accents{b}{#1}{#2}}
\def\:vec:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{2192}}}
- \def\:grave:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0300}}}
- \def\:acute:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0301}}}
- \def\:hat:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0302}}}
- \def\:widehat:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0302}}}
- \def\:tilde:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0303}}}
- \def\:widetilde:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0303}}}
- \def\:bar:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0304}}}
- \def\:breve:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0306}}}
- \def\:dot:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0307}}}
- \def\:ddot:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0308}}}
- \def\:uml:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0308}}}
- \def\:ring:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{030A}}}
- \def\:Huml:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{030B}}}
- \def\:check:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{030C}}}
- \def\:d:under{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0323}}}
- \def\:cedil:under{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0327}}}
- \def\:b:under{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0331}}}
- \def\:udot:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0361}}}
+ \def\:grave:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0060}}}
+ \def\:acute:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{00B4}}}
+ \def\:hat:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{005E}}}
+ \def\:widehat:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{005E}}}
+ \def\:tilde:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{007E}}}
+ \def\:widetilde:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{007E}}}
+ \def\:bar:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{00AF}}}
+ \def\:breve:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{02D8}}}
+ \def\:dot:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{02D9}}}
+ \def\:ddot:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{00A8}}}
+ \def\:uml:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{00A8}}}
+ \def\:ring:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{02DA}}}
+ \def\:Huml:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{02DD}}}
+ \def\:check:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{02C7}}}
+ \def\:d:under{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{02D9}}}
+ \def\:cedil:under{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{00B8}}}
+ \def\:b:under{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{00AF}}}
+ \def\:udot:over{\ifmmode\expandafter\unicode:mathop\fi{\x:unicode{0361}}} % inverted breve exists only as combined character
\fi
>>>
More information about the tex4ht-commits
mailing list.