Hi Hans, this seems to be a bug: the overbar should not be set separately again over A \usemodule[mathml] \starttext \startbuffer <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mover accent="true"> <mrow> <msub> <mi>U</mi> <mi>A</mi> </msub> </mrow> <mo>‾</mo> </mover> </mrow> </math> \stopbuffer{\processxmlbuffer} \stoptext Is there a fix? Steffen
On Sun, Jun 9, 2013 at 3:38 PM, Steffen Wolfrum
Hi Hans,
this seems to be a bug: the overbar should not be set separately again over A
\usemodule[mathml] \starttext
\startbuffer <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mover accent="true"> <mrow> <msub> <mi>U</mi> <mi>A</mi> </msub> </mrow> <mo>‾</mo> </mover> </mrow> </math> \stopbuffer{\processxmlbuffer}
\stoptext
not a fix but should overbar be only over U ?
\usemodule[mathml] \starttext \startbuffer <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <mover accent="true"> <mrow> <msub> <mi>U</mi> <mi>A</mi> </msub> </mrow> <mo>‾</mo> </mover> </mrow> </math> \stopbuffer{\processxmlbuffer} \startbuffer <math xmlns="http://www.w3.org/1998/Math/MathML"> <mrow> <msub> <mover accent="true"> <mrow> <mi>U</mi> </mrow> <mo>‾</mo> </mover> <mi>A</mi> </msub> </mrow> </math> \stopbuffer{\processxmlbuffer} \stoptext
Is there a fix?
Steffen
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
-- luigi
Am 10.06.2013 um 17:43 schrieb luigi scarso:
On Sun, Jun 9, 2013 at 4:33 PM, luigi scarso
wrote: On Sun, Jun 9, 2013 at 4:27 PM, Steffen Wolfrum
wrote: ... no. it should look this (see below): $\overline{U_A}$ it should be ok now with the latest standalone
well, the minimal example works ok (see below).
but the real piece of code doesn not (see below, too).
any idea why??
thanks, steffen
-------
\usemodule[mathml] \starttext
\startbuffer
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mover accent="true">
<mrow>
<msub>
<mi>U</mi>
<mi>A</mi>
</msub>
</mrow>
<mo>‾</mo>
</mover>
</mrow>
</math>
\stopbuffer{\processxmlbuffer}
\startbuffer
participants (2)
-
luigi scarso
-
Steffen Wolfrum