prev  ( testsuite > Presentation > ScriptsAndLimits > mover > mover2  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/ScriptsAndLimits/mover/mover2
CVS-ID:
Author:Wolfram Research
Description:

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: webeq

Your browser's rendering:

x + y + z   vs   x + y + z

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <mover accent="true"> 
      <mrow> 
        <mi> x </mi> 
        <mo> + </mo> 
        <mi> y </mi> 
        <mo> + </mo> 
        <mi> z </mi> 
      </mrow> 
      <mo> &#x203E; </mo> 
    </mover> 
    <mtext> &#x2003; vs &#x2003; </mtext> 
    <mover accent="false"> 
      <mrow> 
        <mi> x </mi> 
        <mo> + </mo> 
        <mi> y </mi> 
        <mo> + </mo> 
        <mi> z </mi> 
      </mrow> 
      <mo> &#x203E; </mo> 
    </mover> 
  </mrow> 
</math>