<div dir="ltr">On Sat, Apr 20, 2013 at 2:09 AM, Nasser M. Abbasi <span dir="ltr"><<a href="mailto:nma@12000.org" target="_blank">nma@12000.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Fyi;<br>
<br>
I found an issue implementing a method to allow one to<br>
make htlatex generate mathml and use mathjax.<br>
<br>
I was wondering if some htlatex experts can look<br>
at this question I posted at tex forum on stackexchange<br>
and see if there is a way to change the configuration file<br>
shown there to avoid this problem.<br>
<br>
All information and details are shown here<br>
<br>
<a href="http://tex.stackexchange.com/questions/109714/conversion-issues-using-htlatex-and-mathjax-mathml-method" target="_blank">http://tex.stackexchange.com/<u></u>questions/109714/conversion-<u></u>issues-using-htlatex-and-<u></u>mathjax-mathml-method</a><br>

<span class=""><font color="#888888"><br></font></span></blockquote><div><br></div><div>I suspect it's a bug in writing the MathML rather than an issue with your config.<br><br></div><div>In the first example, i.e.,<br>
<br>   \documentclass[12pt]{article}<br>   \begin{document}    <br>   $\dot{\alpha}$ $x \dot{x}$<br>   \end{document}<br><br></div><div>for the \dot{x} tex4ht generates U+1E8B (latin small letter x with dot above) rather than putting an ordinary 'x' inside <mover> as the \alpha is handled.  I think this handling of \dot{x} is parallel to using a regular LaTeX accent rather than a math accent. Moreover, I'm wondering about the choice of dot used with the \alpha.  Why choose U+0307 (combining dot above) rather than U+02D9 (dot above)?  While U+0307 for the dot in \dot{\alpha} looks OK in MathJax HTML/CSS, it does not look correct if I use the menu to go for native MathML rendering in Firefox.  I find that U+02D9 works both ways.<br>
</div></div><br></div><div class="gmail_extra">          -- Bill<br></div><div class="gmail_extra"><br>-- <br>William F Hammond<br><a href="http://www.albany.edu/~hammond/">http://www.albany.edu/~hammond/</a><br>Email: <a href="mailto:gellmu@gmail.com">gellmu@gmail.com</a><br>

</div></div>