Page 1 of 1

test again

Posted: Wed, 07 2005 Sep 09:52:51
by test again
1+1

Posted: Wed, 07 2005 Sep 09:54:05
by Guest
22/7

Posted: Wed, 07 2005 Sep 17:03:18
by NeoThermic
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

Posted: Thu, 08 2005 Sep 05:56:48
by Guest
thanks neo

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

Posted: Sun, 02 2005 Oct 05:10:05
by Guest
[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]

Posted: Sun, 09 2005 Oct 00:23:48
by ;)
[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]

Posted: Mon, 19 2005 Dec 14:37:09
by Guest
[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]

Posted: Mon, 13 2006 Feb 21:35:10
by Jonathan Stanley
[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]

Posted: Wed, 15 2006 Feb 11:02:18
by Guest
[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]

teste

Posted: Sun, 17 2006 Sep 17:36:51
by Wanda Maximoff
[mathml]<mn>22</mn>
<mo>/</mo>
<mn>7</mn>
[/mathml]

Still Broken after all these years

Posted: Mon, 18 2007 Jun 12:16:02
by ChasM
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.