[tex4ht-commits] [SCM] tex4ht updated: r1548 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Tue Aug 27 16:38:17 CEST 2024
Author: michal_h21
Date: 2024-08-27 14:38:17 +0000 (Tue, 27 Aug 2024)
New Revision: 1548
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-mathml.tex
Log:
fixed support for uppercase greek letters
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-08-19 14:07:03 UTC (rev 1547)
+++ trunk/lit/ChangeLog 2024-08-27 14:38:17 UTC (rev 1548)
@@ -1,3 +1,9 @@
+2024-08-27 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-mathml.tex (mathml.4ht): fixed support of upper case Greek
+ letters inside pictures.
+ https://tex.stackexchange.com/q/725157/2891
+
2024-08-19 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (moderncv.4ht),
Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex 2024-08-19 14:07:03 UTC (rev 1547)
+++ trunk/lit/tex4ht-mathml.tex 2024-08-27 14:38:17 UTC (rev 1548)
@@ -3767,14 +3767,19 @@
Extra brackets are used in order to support subscripts and superscripts.
\<configure mathml latex\><<<
-\def\:temp#1#2{\def#1{\PauseMathClass{\HCode{<mi mathvariant="normal">}\ht:special{t4ht at +\string&{35}x#2{59}}\a:HChar\HCode{</mi>}}\EndPauseMathClass}}
-\:temp\Psi{03A8}
+\def\:temp#1#2{\def\:tempa{\PauseMathClass{\HCode{<mi mathvariant="normal">}\ht:special{t4ht at +\string&{35}x#2{59}}\a:HChar\HCode{</mi>}}\EndPauseMathClass}\HLet#1\:tempa}
+\:temp\Gamma{0393}
\:temp\Delta{0394}
+\:temp\Theta{0398}
+\:temp\Lambda{039B}
\:temp\Xi{039E}
\:temp\Pi{03A0}
\:temp\Sigma{03A3}
\:temp\Upsilon{03A5}
+\:temp\Phi{03A6}
+\:temp\Psi{03A8}
\:temp\Omega{03A9}
+
>>>
More information about the tex4ht-commits
mailing list.