Skip to content

Add a matrix cleanup for numeric indices #133

Description

@NSoiffer

It is common to have a matrix like this one from Wikipedia:
image

In this case and likely many others, the indices are just numbers 11, 12, etc., and will be a single mn in MathML (e.g., <mn>11</mn>).

The cleanup code should try to find this and convert the <mn>11</mn> to

<mn>1</mn><mo>&#x2063;</mo><mn>2</mn>

Note: U+2063 is "invisible separator".

This would improve the speech significantly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status
    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions