| prev | ( testsuite > Presentation > TablesAndMatrices > mlabeledtr > rec-mlabeledtr ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/TablesAndMatrices/mlabeledtr/rec-mlabeledtr |
| CVS-ID: | |
| Author: | MathML 2 Recommendation |
| Description: | Labeled row of a table |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mtable>
<mlabeledtr id="e-is-m-c-square">
<mtd>
<mtext> (2.1) </mtext>
</mtd>
<mtd>
<mrow>
<mi>E</mi>
<mo>=</mo>
<mrow>
<mi>m</mi>
<mo>⁢</mo>
<msup>
<mi>c</mi>
<mn>2</mn>
</msup>
</mrow>
</mrow>
</mtd>
</mlabeledtr>
</mtable>
</math>