mml2tex
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

mml2tex

convert mathml to tex

used the xsl code from: https://github.com/transpect/mml2tex

example

import mml2tex from 'mml2tex';
 
const mml = `
    <math xmlns="http://www.w3.org/1998/Math/MathML">
        <msqrt>
            <mn>2</mn>
        </msqrt>
    </math>
`;
const tex = mml2tex(mml);
console.log(tex); // \sqrt{ 2 }

/mml2tex/

    Package Sidebar

    Install

    npm i mml2tex

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    1.21 MB

    Total Files

    10

    Last publish

    Collaborators

    • disjukr