[NTG-context] MathML: Spacing bug
Christopher Creutzig
christopher at creutzig.de
Mon Oct 17 13:55:04 CEST 2005
Salvete,
afaics, the following three mathml snippets encode exactly the same thing:
---[1]------------
<mrow>
<mi>a</mi>
<mo>::</mo>
<mi>b</mi>
</mrow>
---[2]------------
<mrow>
<mi>a</mi>
<mo>::</mo>
<mi>b</mi>
</mrow>
---[3]------------
<mrow>
<mi>a</mi><mo>::</mo><mi>b</mi>
</mrow>
However, I only get the expected output from the third version. Any
workaround or bugfix?
Regards,
Christopher
More information about the ntg-context
mailing list