[LaTeXML related] Punctuation inside MathML
Raniere Silva <[email protected]> Thu, 30 Oct 2014 15:38:08 -0200
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
--===============5053312999845137742==
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="uBaQ+BsiqpBBIRFI"
Content-Disposition: inline
--uBaQ+BsiqpBBIRFI
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi,
I try to convert the following LaTeX file to HTML:
\documentclass[]{article}
\begin{document}
\section{MathML Sample}
\begin{equation}
f(x) =3D x.
\end{equation}
\end{document}
With LaTeXML, the math element that I got was
<math id=3D"S1.E1.m1" class=3D"ltx_Math" alttext=3D"f(x)=3Dx." display=
=3D"block">
<mrow>
<mrow>
<mrow>
<mi>f</mi>
<mo>=E2=81=A2</m>
<mrow>
<mo stretchy=3D"false">(</mo>
<mi id=3D"XM1">x</mi>
<mo stretchy=3D"false">)</mo>
</mrow>
</mrow>
<mo>=3D</mo>
<mi>x</mi>
</mrow>
<mo>.</mo>
</mrow>
</math>
My question is related with the final dot translation. The math element sho=
uld
be
<math id=3D"S1.E1.m1" class=3D"ltx_Math" alttext=3D"f(x)=3Dx." display=
=3D"block">
<mrow>
<mrow>
<mrow>
<mi>f</mi>
<mo>=E2=81=A2</m>
<mrow>
<mo stretchy=3D"false">(</mo>
<mi id=3D"XM1">x</mi>
<mo stretchy=3D"false">)</mo>
</mrow>
</mrow>
<mo>=3D</mo>
<mi>x</mi>
</mrow>
<mtext>.</mtext>
</mrow>
</math>
Thanks,
Raniere
--uBaQ+BsiqpBBIRFI
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJUUneAAAoJEHvMcvpUpXXNiHsP+wXGRP+PC5iNzpU0l3+EzPV0
4XgzkexnKC4nFY6TDplh3M8mYQ95jlUZAmEg5JNgy78fnxWCkSauGqMUjglUKuLc
oNr70fxifYxkjTWGSxCCOktX7f9ndijJch9hAZGxdXINpf99jOjdes40ONvnEyKU
S2yvBjoO9vequ942ekN0mDimIAqRl1JNyFHkXwopfQ1c3MjwTYiU2yUultuVJGw/
SGPv8r0/HHY3imDDhPvNF0XvdeI5b+TJ5Wz/Q9a652KBa2j+4UaPU/plLlxfF/Om
+6rDdzGBiRthEaMXQ9zqSuMNQ+X3+AfI3fSK8njLcJHkyyWOeDlocy3mU4LL40zl
bOY3K0rHy6+4E/jCnAz/RmwiyAY7bK2lkzIYu2naTTcDsJbUzhiXqzSvwvUh1jhY
2/+MNPGluMrxjrIZKtHXY7pxPB+QAqgG33YKkVw/z0Maa6KFb94rrTPnfs/rwf2b
qPq2H5wgg8t509qQfru5AOhNfkwBuWl1giFSk7dE1rpAZj+YdFuh/2C4T4dgHnLM
qujd+EQ7zg+7pJiV7yuMbyA+OC/Rn4fNE//DFiduPJVgXsgNK29KFZtSZy0EU0Lx
QP7b+NkRbGAr3SpFpa2k1mdNg6AkIo376CM/jdzi++dSjW0f+daahMklptpCGb4y
LJTSzxDYV7jrZyTTXGQm
=NfL5
-----END PGP SIGNATURE-----
--uBaQ+BsiqpBBIRFI--
--===============5053312999845137742==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dev-tech-mathml mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-mathml
--===============5053312999845137742==--