Re: [NTG-context] bug with overbar

2013-06-11 Thread Steffen Wolfrum

Am 10.06.2013 um 17:43 schrieb luigi scarso:

 
 
 
 On Sun, Jun 9, 2013 at 4:33 PM, luigi scarso luigi.sca...@gmail.com wrote:
 
 
 
 On Sun, Jun 9, 2013 at 4:27 PM, Steffen Wolfrum cont...@st.estfiles.de 
 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
   miU/mi
   miA/mi
   /msub
   /mrow
   moOverBar;/mo
   /mover
/mrow
/math
\stopbuffer{\processxmlbuffer}





\startbuffer mml:math xmlns:mml=http://www.w3.org/1998/Math/MathML;
msubsup xmlns=http://www.w3.org/1998/Math/MathML;
mrow
miU/mi
/mrow
mrow
miP/mi
/mrow
mrow
miF/mi
miV/mi
mim/mi
miM/mi
/mrow
/msubsup
mo xmlns=http://www.w3.org/1998/Math/MathML;=/mo
mfrac xmlns=http://www.w3.org/1998/Math/MathML;
mrow
mn1/mn
/mrow
mrow
mn2/mn
mik/mi
/mrow
/mfrac
mfenced xmlns=http://www.w3.org/1998/Math/MathML; open=[ close=] 
separators=|
mrow
mfenced separators=|
mrow
mii/mi
mo+/mo
mif/mi
/mrow
/mfenced
mfenced separators=|
mrow
mn2/mn
mip/mi
mo+/mo
mii/mi
mo+/mo
mif/mi
/mrow
/mfenced
mo-/mo
msup
mrow
mif/mi
/mrow
mrow
mn2/mn
/mrow
/msup
mik/mi
mir/mi
msup
mrow
miσ/mi
/mrow
mrow
mn2/mn
/mrow
/msup
/mrow
/mfenced
mo xmlns=http://www.w3.org/1998/Math/MathML;-/mo
mi xmlns=http://www.w3.org/1998/Math/MathML;c/mi
mo xmlns=http://www.w3.org/1998/Math/MathML;-/mo
mrow
   mover accent=true
   mrow
   msub
   miU/mi
   miA/mi
   /msub
   /mrow
   moOverBar;/mo
   /mover
/mrow
/mml:math\stopbuffer{\processxmlbuffer}



\stoptext


___
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
___

Re: [NTG-context] bug with overbar

2013-06-10 Thread luigi scarso
On Sun, Jun 9, 2013 at 4:33 PM, luigi scarso luigi.sca...@gmail.com wrote:




 On Sun, Jun 9, 2013 at 4:27 PM, Steffen Wolfrum cont...@st.estfiles.dewrote:

 ... no. it should look this (see below): $\overline{U_A}$

  it should be ok now with the latest standalone


-- 
luigi
___
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
___

[NTG-context] bug with overbar

2013-06-09 Thread 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
miU/mi
miA/mi
/msub
/mrow
moOverBar;/mo
/mover
/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
___


Re: [NTG-context] bug with overbar

2013-06-09 Thread luigi scarso
On Sun, Jun 9, 2013 at 3:38 PM, Steffen Wolfrum cont...@st.estfiles.dewrote:

 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
 miU/mi
 miA/mi
 /msub
 /mrow
 moOverBar;/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
miU/mi
miA/mi
/msub
/mrow
moOverBar;/mo
/mover
/mrow
/math
\stopbuffer{\processxmlbuffer}

\startbuffer
math xmlns=http://www.w3.org/1998/Math/MathML;
mrow
msub
mover accent=true
mrow
miU/mi

/mrow
moOverBar;/mo
/mover
miA/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
___
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
___

Re: [NTG-context] bug with overbar

2013-06-09 Thread Steffen Wolfrum
... no. it should look this (see below): $\overline{U_A}$

but coded in MathML.

st.




Bildschirmfoto 2013-06-09 um 16.25.37.pdf
Description: Adobe PDF document


___
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
___