- From: Neil Soiffer <Neils@dessci.com>
- Date: Wed, 21 Oct 2009 21:47:28 -0700
- To: www-math@w3.org
Received on Thursday, 22 October 2009 04:48:01 UTC
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 ~
Received on Thursday, 22 October 2009 04:48:01 UTC