test again
-
- Site Owner
- Posts: 104
- Joined: Tue, 19 2004 Oct 23:21:02
To use the MathML correctly, try:
[mathml]<mn>22</mn> <mo>/</mo> <mn>7</mn> [/mathml]
AKA:
NeoThermic
[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
[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]
Still Broken after all these years
Pasted From: MathML Torture Test
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.
Code: Select all
[mathml]
<mrow>
<mfrac>
<mi>a</mi>
<mrow>
<mi>b</mi>
<mo>/</mo>
<mn>2</mn>
</mrow>
</mfrac>
</mrow>
[/mathml]
[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.