mathcat 0.1.26

MathCAT: Math Capable Assistive Technology ('Speech and braille from MathML')
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![allow(non_snake_case)]

mod common;

mod braille {
    mod Nemeth {
        mod rules;
        mod SRE_Nemeth72;
        mod SRE_NemethBase;
        mod AataNemeth;
    }
    mod UEB {
        mod iceb;
    }
}