mathcat 0.7.5

MathCAT: Math Capable Assistive Technology ('Speech and braille from MathML')
Documentation
#![allow(non_snake_case)]

mod ClearSpeak {
    mod functions;
    mod large_ops;
    mod menclose;
    mod mfrac;
    mod mroot;
    mod msup;
    mod sets;
    mod symbols_and_adornments;
    mod multiline;
}

mod SimpleSpeak {
    mod functions;
    mod large_ops;
    // mod menclose;
    mod mfrac;
    // mod mroot;
    mod msup;
    mod sets;
    mod geometry;
    mod linear_algebra;
    mod multiline;
}
mod shared;
mod chemistry;
mod alphabets;
mod intent;
mod mtable;
mod units;