Skip to content

Commit 9d1677c

Browse files
use mn for roman numbers (#75)
* use mn for roman numbers * 0.6.7 * pre-wrap larger examples * adjust css to match main * normalise eol to match main * missed one mi->mn change
1 parent 4bcfbe5 commit 9d1677c

File tree

2 files changed

+14
-28
lines changed

2 files changed

+14
-28
lines changed

_data/core-properties.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,16 +272,22 @@
272272
applicability: mn
273273
comment: some braille codes (e.g., CMU) have special rules for roman numerals
274274
examples:
275-
- mathml: "cd"
276-
en: c d
277-
- mathml: "XVI"
278-
en: x v i
275+
- mathml: "cd"
276+
en:
277+
-c d
278+
- four hundred
279+
- mathml: "XVI"
280+
en:
281+
- x v i
282+
- sixteen
279283
- mathml: "
280-
<mi>VImi>
281-
<mi>XLmi>
282-
<mi>DXXImi>
284+
<mn>VImn>
285+
<mn>XLmn>
286+
<mn>DXXImn>
283287
"
284-
en: ???
288+
en:
289+
- v i double vinculm ; x l vinculum ; d x x i
290+
- six million? ; forty thousand ; five hundred and twenty one
285291

286292
- property: shape
287293
type: geometry

intent-examples/index.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3671,26 +3671,6 @@

Intent Examples

MathCAT Version: 0.6.8-rc.2

36713671
pre>
36723672

36733673
<div class="mathcat">the 2 by 2 matrix; row 1; eigh, b; row 2; x, y; end matrixdiv>
3674-
<pre id='id-0-a2c7e4ad7047e767411f9e5511f06f02'><a class='self' href='#id-0-a2c7e4ad7047e767411f9e5511f06f02'>§a>
3675-
<math display='block'>
3676-
<mrow <b>intent='$m'b>>
3677-
<mo>[</mo>
3678-
<mtable <b>arg='m'b> <b>intent=':array'b>>
3679-
<mtr>
3680-
<mtd><mi>a</mi></mtd>
3681-
<mtd><mi>b</mi></mtd>
3682-
</mtr>
3683-
<mtr>
3684-
<mtd><mi>x</mi></mtd>
3685-
<mtd><mi>y</mi></mtd>
3686-
</mtr>
3687-
</mtable>
3688-
<mo>]</mo>
3689-
</mrow>
3690-
</math>
3691-
pre>
3692-
3693-
<div class="mathcat">array of, row 1; <br/>column 1; eigh, <br/>column 2; b; comma, row 2; <br/>column 1; x, <br/>column 2; y;div>
36943674
td>
36953675

36963676
<td class="pad">\begin{bmatrix} a&b\\ x&y \end{bmatrix}td>

0 commit comments

Comments
 (0)