test again

Forum for MathML MOD related discussion.
test again

test again

Post by test again » Wed, 07 2005 Sep 09:52:51

1+1

Guest

Post by Guest » Wed, 07 2005 Sep 09:54:05

22/7

NeoThermic
Site Owner
Site Owner
Posts: 104
Joined: Tue, 19 2004 Oct 23:21:02

Post by NeoThermic » Wed, 07 2005 Sep 17:03:18

To use the MathML correctly, try:
[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]


AKA:

Code: Select all

[mathml]<mn>22</mn>
<mo>/</mo>
<mn>7</mn>
[/mathml]


NeoThermic

Guest

Post by Guest » Thu, 08 2005 Sep 05:56:48

thanks neo

[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]

Guest

Post by Guest » Sun, 02 2005 Oct 05:10:05

[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]

;)

Post by ;) » Sun, 09 2005 Oct 00:23:48

[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]

Guest

Post by Guest » Mon, 19 2005 Dec 14:37:09

[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]

Jonathan Stanley

Post by Jonathan Stanley » Mon, 13 2006 Feb 21:35:10

[mathml] <mrow> <mo>det</mo> <mo>|</mo> <mtable> <mtr> <mtd> <msub> <mi>c</mi> <mn>0</mn> </msub> </mtd> <mtd> <msub> <mi>c</mi> <mn>1</mn> </msub> </mtd> <mtd> <msub> <mi>c</mi> <mn>2</mn> </msub> </mtd> <mtd> <mo>…</mo> </mtd> <mtd> <msub> <mi>c</mi> <mi>n</mi> </msub> </mtd> </mtr> <mtr> <mtd> <msub> <mi>c</mi> <mn>1</mn> </msub> </mtd> <mtd> <msub> <mi>c</mi> <mn>2</mn> </msub> </mtd> <mtd> <msub> <mi>c</mi> <mn>3</mn> </msub> </mtd> <mtd> <mo>…</mo> </mtd> <mtd> <msub> <mi>c</mi> <mrow> <mi>n</mi> <mo>+</mo> <mn>1</mn> </mrow> </msub> </mtd> </mtr> <mtr> <mtd> <msub> <mi>c</mi> <mn>2</mn> </msub> </mtd> <mtd> <msub> <mi>c</mi> <mn>3</mn> </msub> </mtd> <mtd> <msub> <mi>c</mi> <mn>4</mn> </msub> </mtd> <mtd> <mo>…</mo> </mtd> <mtd> <msub> <mi>c</mi> <mrow> <mi>n</mi> <mo>+</mo> <mn>2</mn> </mrow> </msub> </mtd> </mtr> <mtr> <mtd> <mo>?</mo> </mtd> <mtd> <mo>?</mo> </mtd> <mtd> <mo>?</mo> </mtd> <mtd> </mtd> <mtd> <mo>?</mo> </mtd> </mtr> <mtr> <mtd> <msub> <mi>c</mi> <mi>n</mi> </msub> </mtd> <mtd> <msub> <mi>c</mi> <mrow> <mi>n</mi> <mo>+</mo> <mn>1</mn> </mrow> </msub> </mtd> <mtd> <msub> <mi>c</mi> <mrow> <mi>n</mi> <mo>+</mo> <mn>2</mn> </mrow> </msub> </mtd> <mtd> <mo>…</mo> </mtd> <mtd> <msub> <mi>c</mi> <mrow> <mn>2</mn> <mi>n</mi> </mrow> </msub> </mtd> </mtr> </mtable> <mo>|</mo> <mo>></mo> <mn>0</mn> </mrow> [/mathml]

Guest

Post by Guest » Wed, 15 2006 Feb 11:02:18

[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]

Wanda Maximoff

teste

Post by Wanda Maximoff » Sun, 17 2006 Sep 17:36:51

[mathml]<mn>22</mn>
<mo>/</mo>
<mn>7</mn>
[/mathml]

ChasM
Newbie
Newbie
Posts: 4
Joined: Mon, 18 2007 Jun 10:26:50
Location: Arizona Desert

Still Broken after all these years

Post by ChasM » Mon, 18 2007 Jun 12:16:02

Pasted From: MathML Torture Test

Code: Select all

[mathml]
  <mrow>
    <mfrac>
      <mi>a</mi>
      <mrow>
        <mi>b</mi>
          <mo>/</mo>
        <mn>2</mn>
      </mrow>
    </mfrac>
  </mrow>
[/mathml]
Code:
[mathml]
<mrow>
<mfrac>
<mi>a</mi>
<mrow>
<mi>b</mi>
<mo>/</mo>
<mn>2</mn>
</mrow>
</mfrac>
</mrow>
[/mathml]

NeoThermic, you are far too busy. . .but,
Do I need a "View in XHTML" button? Your posts have them and seem to work (mostly).

[Edit] I was unclear about changing the URL in browser address for viewing.
I do not need a "View in XHTML' button. I need to read Readmes better...
So, in this case you too may learn by example.
The 'View in XHTML' button is functionally equivalent to appending &XHTML=1 to my browser's current address.
(-: Chas.M. :-)

Locked