Bugs
| admin Administator 64 posts |
Discuss bugs in itex2MML. |
||||||||||
| Andrew Stacey 118 posts |
(Repost from the other discussion as this looks bug-like to me.) Okay, let’s try this here. Compare and contrast: How it ought to look: With a Now with a bit of grouping to help. Somehow, the |
||||||||||
|
admin
Administator
64 posts
edited almost 15 years ago |
It’s a matter of the precedence rules that you expect not being respected by itex2MML
is set with an
the precedence of the ”
which is set with an
gives you what you were expecting. I think this is confusing. Probably, you were expecting Update:Let’s see: Yup. itex2MML 1.4.8 works as you’d expect. |
||||||||||
| Andrew Stacey 118 posts |
Once again: thank you very much! |
||||||||||
| Andrew Stacey 118 posts |
The optional argument syntax for extensible arrows doesn’t swallow spaces correctly. If I type |
||||||||||
| admin Administator 64 posts | |||||||||||
| Andrew Stacey 118 posts |
This looks like a bug in how Firefox renders MathML, but I thought I’d check with you first. How do and look to you? To me, the first has the hat offset to the right. I presume that it shouldn’t be so. |
||||||||||
|
admin
Administator
64 posts
edited almost 15 years ago |
Correct. The accents work correctly when accenting an Thus:
You should file a bug report. |
||||||||||
| Andrew Stacey 118 posts |
(My word, but that’s a complicated form. “What did you do?” I looked at a MathML web page. “What happened?” It didn’t look right. “What should have happened?” It should have looked right.) |
||||||||||
|
admin
Administator
64 posts
edited almost 15 years ago |
‘Cept it’s not a Firefox bug; it’s a Gecko Core (MathML Component) bug. As filed, no one relevant will see it. If you, as the Reporter of the bug, can reclassify it, maybe it will have a fighting chance of getting some attention. |
||||||||||
| Andrew Stacey 118 posts |
Seems that I can so I have. |
||||||||||
| admin Administator 64 posts |
According to Frédéric, it’s a feature, not a bug. I could change |
||||||||||
| Andrew Stacey 118 posts |
I notice that Frederic has now closed this and says that the correct way to handle them is with |
||||||||||
| jl344 4 posts |
Identifiers lumped together in MathML output Example: Output should be more or less Two things wrong with this: first the “b” would never be subscripted in LaTex, and second, two variables should not be lumped in the same |
||||||||||
| admin Administator 64 posts |
That’s a “feature”, not a bug. As described here, |
||||||||||
| jl344 4 posts |
Good enough then and thank you. I thought |
||||||||||
|
chinasklx
1 post
edited 11 days ago |
From what I’ve seen, many of these issues come from the differences between how LaTeX interprets expressions and how MathML parsers implement them. Even when the generated MathML is technically valid, browser rendering can still produce inconsistent results depending on the engine. Wrapping expressions explicitly or adding grouping often seems to be the safest workaround when parser precedence is ambiguous. It’s not always ideal, but it does make the output more predictable across different environments. If anyone is looking for additional resources or related web tools, you can find more information here. |
||||||||||