diff --git a/_data/core-properties.yml b/_data/core-properties.yml index 35aad9d..ee5ce04 100644 --- a/_data/core-properties.yml +++ b/_data/core-properties.yml @@ -272,16 +272,22 @@ applicability: mn comment: some braille codes (e.g., CMU) have special rules for roman numerals examples: - - mathml: "cd" - en: c d - - mathml: "XVI" - en: x v i + - mathml: "cd" + en: + -c d + - four hundred + - mathml: "XVI" + en: + - x v i + - sixteen - mathml: " - VI - XL - DXXI + VI + XL + DXXI " - en: ??? + en: + - v i double vinculm ; x l vinculum ; d x x i + - six million? ; forty thousand ; five hundred and twenty one - property: shape type: geometry diff --git a/intent-examples/index.html b/intent-examples/index.html index 33eafa2..ba5620d 100644 --- a/intent-examples/index.html +++ b/intent-examples/index.html @@ -3671,26 +3671,6 @@

Intent Examples

MathCAT Version: 0.6.7

the 2 by 2 matrix; row 1; eigh, b; row 2; x, y; end matrix
-
§
-<math display='block'>
- <mrow intent='$m'>
-  <mo>[</mo>
-  <mtable arg='m' intent=':array'>
-   <mtr>
-    <mtd><mi>a</mi></mtd>
-    <mtd><mi>b</mi></mtd>
-   </mtr>
-   <mtr>
-    <mtd><mi>x</mi></mtd>
-    <mtd><mi>y</mi></mtd>
-   </mtr>
-  </mtable>
-  <mo>]</mo>
- </mrow>
-</math>
-
- -
array of, row 1;
column 1; eigh,
column 2; b; comma, row 2;
column 1; x,
column 2; y;
\begin{bmatrix} a&b\\ x&y \end{bmatrix}