prev  ( testsuite > TortureTests > Complexity > simplePres  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:TortureTests/Complexity/simplePres
CVS-ID:
Author:Dave Doyle, Design Science
Description:Simple testing of presentation tags and attributes.

Sample Rendering:

Created by: mathplayer

Your browser's rendering:

1 78 sin x y × 𝔞 2 x + 2 j x + 45 1 78 * x 2 3 = 1 23 + β 3 This is my string!

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mfenced open="{" separators=",."> 
    <mfrac> 
      <mn>1</mn> 
      <mn>78</mn> 
    </mfrac> 
    <mrow> 
      <mo>sin</mo> 
      <mi>x</mi> 
    </mrow> 
    <mi>y</mi> 
  </mfenced> 
  <mo>&#x00D7;</mo> 
  <msup> 
    <mi>&#x1D51E;</mi> 
    <mrow> 
      <mn>2</mn> 
      <mi>x</mi> 
    </mrow> 
  </msup> 
  <mo>+</mo> 
  <msub> 
    <mn>2</mn> 
    <mi>j</mi> 
  </msub> 
  <mi>x</mi> 
  <mo>+</mo> 
  <mfrac> 
    <mn>45</mn> 
    <mfrac> 
      <mn>1</mn> 
      <mn>78</mn> 
    </mfrac> 
  </mfrac> 
  <mo>*</mo> 
  <mstyle color="blue" mathbackground="red" fontsize="24pt"> 
    <msubsup> 
      <mi>x</mi> 
      <mn color="green">2</mn> 
      <mn>3</mn> 
    </msubsup> 
  </mstyle> 
  <mo>=</mo> 
  <mstyle color="blue" mathbackground="#ADD8E6" fontsize="16pt"> 
    <mroot> 
      <mfrac> 
        <mn>1</mn> 
        <mrow> 
          <mn>23</mn> 
          <mo>+</mo> 
          <mn>&#x03B2;</mn> 
        </mrow> 
      </mfrac> 
      <mn>3</mn> 
    </mroot> 
  </mstyle> 
  <ms lquote="#" rquote="'">This is my string!</ms>
</math>