[MathML3-last-call] bad example using mscarries

View: New views
2 Messages — Rating Filter:   Alert me  

[MathML3-last-call] bad example using mscarries

by Neil Soiffer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
The first example using carries in 3.6.8.1 (Addition and Subtraction) is wrong.
<mstack>
<mscarries crossout='updiagonalstrike'>
<mn>2</mn> <mn>12</mn> <none/>
</mscarries>
<mn>2,327</mn>
<msrow> <mo>-</mo> <mn> 1,156</mn> </msrow>
<msline/>
<mn>1,171</mn>
</mstack>

The crossout would apply to the digit below the <none/> which is not intended.  This can be fixed by adding a mscarry around <none/> as in:

<mstack>
<mscarries crossout='updiagonalstrike'>
<mn>2</mn> <mn>12</mn> <mscarry crossout='none'> <none/> </mscarry>
</mscarries>
<mn>2,327</mn>
<msrow> <mo>-</mo> <mn> 1,156</mn> </msrow>
<msline/>
<mn>1,171</mn>
</mstack>

Neil Soiffer
Senior Scientist
Design Science, Inc.
www.dessci.com
~ Makers of MathType, MathFlow, MathPlayer, MathDaisy, WebEQ, Equation Editor ~

Re: [MathML3-last-call] bad example using mscarries

by Neil Soiffer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Fixed:

/w3ccvs/WWW/Math/Group/spec/xml/presentation-markup.xml,v  <--  presentation-markup.xml
new revision: 1.288; previous revision: 1.287

On Wed, Oct 21, 2009 at 8:47 PM, Neil Soiffer <Neils@...> wrote:
The first example using carries in 3.6.8.1 (Addition and Subtraction) is wrong.
<mstack>
<mscarries crossout='updiagonalstrike'>
<mn>2</mn> <mn>12</mn> <none/>
</mscarries>
<mn>2,327</mn>
<msrow> <mo>-</mo> <mn> 1,156</mn> </msrow>
<msline/>
<mn>1,171</mn>
</mstack>

The crossout would apply to the digit below the <none/> which is not intended.  This can be fixed by adding a mscarry around <none/> as in:

<mstack>
<mscarries crossout='updiagonalstrike'>
<mn>2</mn> <mn>12</mn> <mscarry crossout='none'> <none/> </mscarry>
</mscarries>
<mn>2,327</mn>
<msrow> <mo>-</mo> <mn> 1,156</mn> </msrow>
<msline/>
<mn>1,171</mn>
</mstack>

Neil Soiffer
Senior Scientist
Design Science, Inc.
www.dessci.com
~ Makers of MathType, MathFlow, MathPlayer, MathDaisy, WebEQ, Equation Editor ~