The data displayed below is derived from the YAML file core-properties.yml
array , matrix , piecewise , system-of-equations , lines , continued-row , by-row , by-column
f:function(x,y)
f:prefix(x,y)
f:postfix(x)
f:infix(x,y)
f:silent(x,y)
|
is spoken as “vertical bar”).
If intent
is present on a child element, it overrides this property.common
defaults.array:by-column
is specified. If by-columns
is used, column first order is used.
:array:by-columns
<mtable arg='m' intent=':array:by-column'>
<mtr><mtd><mi>a</mi></mtd><mtd><mi>b</mi></mtd></mtr>
<mtr><mtd><mi>c</mi></mtd><mtd><mi>d</mi></mtd></mtr>
</mtable>
:matrix
<mrow intent='$m'>
<mo>[</mo>
<mtable arg='m' intent=':matrix'>
<mtr><mtd><mi>a</mi></mtd><mtd><mi>b</mi></mtd></mtr>
<mtr><mtd><mi>c</mi></mtd><mtd><mi>d</mi></mtd></mtr>
</mtable>
<mo>]</mo>
</mrow>
:piecewise
<mi>f</mi><mo stretchy="false">(</mo><mi>x</mi><mo stretchy="false">)</mo>
<mo>=</mo>
<mrow>
<mo>{</mo>
<mtable intent=":piecewise" columnalign="right left" columnspacing="0" rowspacing=".2em">
<mtr>
<mtd><mo>−</mo><mi>x</mi></mtd>
<mtd><mtext>if</mtext></mtd>
<mtd><mi>x</mi><mo><</mo><mn>0</mn></mtd>
</mtr>
<mtr>
<mtd><mi>x</mi></mtd>
<mtd><mtext>if</mtext></mtd>
<mtd><mi>x</mi><mo>≥</mo><mn>0</mn></mtd>
</mtr>
</mtable>
</mrow>
<mtable intent=':system-of-equations'>
<mtr>
<mtd columnalign='right'>
<mn>2</mn><mo>⁢</mo><mi>x</mi>
</mtd>
<mtd columnalign='center'>
<mo>=</mo>
</mtd>
<mtd columnalign='left'>
<mn>1</mn>
</mtd>
</mtr>
<mtr>
<mtd columnalign='right'>
<mi>y</mi>
</mtd>
<mtd columnalign='center'>
<mo>></mo>
</mtd>
<mtd columnalign='left'>
<mi>x</mi><mo>−</mo><mn>3</mn>
</mtd>
</mtr>
</mtable>
<mi intent=":number-set">ℂ</mi>
sum:largeop(0,n,$arg)
sum:largeop($C,$arg)
<mrow>
<munderover intent=":largeop">
<mo>∑</mo>
<mn>0</mn>
<mi>n</mi>
</munderover>
<msup><mi>i</mi><m>2</m></msup>
</mrow>
<mrow>
<munderover intent=":largeop">
<mo>∑</mo>
<mrow><mi>i</mi><mo>=</mo><mn>0</mn></mrow>
<mi>n</mi>
</munderover>
<msup><mi>i</mi><m>2</m></msup>
</mrow>
<mrow>
<munder intent=":largeop">
<mo>∑</mo>
<mrow><mi>i</mi><mo>∈</mo><mi>I</mi></mrow>
</munder>
<msup><mi>i</mi><m>2</m></msup>
</mrow>
<mrow intent="sum:largeop($from,$to,$exp)">
<munderover>
<mo>∑</mo>
<mn arg="from">0</mn>
<mi arg="to">n</mi>
</munderover>
<msup arg="exp"><mi>i</mi><m>2</m></msup>
</mrow>
<mrow><mn>1.5</mn><mi intent=':unit'>km</mi></mrow>
<mrow><mn>2</mn><mi mathvariant='normal' intent=':unit'>Ω</mi></mrow>
<mrow><mi mathvariant='normal' intent=':currency'>$</mi><mn>1.50</mn></mrow>
<mrow><mn>1.50</mn><mi intent=':currency'>USD</mi></mrow>
<mrow><mi mathvariant='normal' intent=':currency'>£</mi><mn>1.50</mn></mrow>
<mi intent=':roman-numeral'>cd</mi>
<mi intent=':roman-numeral'>XVI</mi>
<mrow intent=':roman-numeral'> <menclose notation='top'><menclose notation='top'><mi>VI</mi></menclose></menclose> <menclose notation='top'><mi>XL</mi></menclose> <mi>DXXI</mi> </mrow>
<mo intent=':shape'>▭</mo><mi>A</mi><mi>B</mi><mi>C</mi><mi>D</mi>
<mrow intent=':chemical-formula'> <mmultiscripts> <mi mathvariant='normal' intent=':chemical-element'>H</mi> <mn>2</mn> <mrow/> </mmultiscripts> <mi mathvariant='normal' intent=':chemical-element'>O</mi> </mrow>
<mrow intent=':chemical-equation'>
<mrow intent=':chemical-equation'>
<mn>2</mn>
<mo>⁢</mo>
<mrow intent=':chemical-equation'>
<mmultiscripts intent=':chemical-formula'>
<mi mathvariant='normal' intent=':chemical-element'>H</mi>
<mn>2</mn>
<mrow/>
</mmultiscripts>
<mo>⁣</mo>
<mi mathvariant='normal' intent=':chemical-element'>O</mi>
</mrow>
</mrow>
<mo>⟶</mo>
<mrow intent=':chemical-equation'>
<mrow intent=':chemical-equation'>
<mn>2</mn>
<mo>⁢</mo>
<mmultiscripts intent=':chemical-formula'>
<mi mathvariant='normal' intent=':chemical-element'>H</mi>
<mn>2</mn>
<mrow/>
</mmultiscripts>
</mrow>
<mo>+</mo>
<mmultiscripts intent=':chemical-formula'>
<mi mathvariant='normal' intent=':chemical-element'>O</mi>
<mn>2</mn>
<mrow/>
</mmultiscripts>
</mrow>
</mrow>