subscript 0.4.1

reserved 👉 for the new compiler (and other infrastructure) see https://github.com/subscript-publishing 👉 We decided to move away from the old monolithic codebase and split everything into smaller sub-projects (for now).
<!-- MATH-JAX -->
<script>
window.MathJax = {
    tex: {
        inlineMath: [['\\(', '\\)'], ['stem:[', ']'], ['`', '`']],
        macros: {
            'dx': "{\\, \\mathrm{d}x\\;}",
            'Integrate': ['{\\int_{#1}^{#2}\\, #3 \\dx}', 3],
            'IntegrateFor': ['{\\int_{#1}^{#2}\\, #3 {\\, \\mathrm{d}{#4}\\;}}', 4],
            'I': ['{\\Integrate{a}{b}{#1}}', 1],
            'angles': ['\\langle {#1},{#2} \\rangle', 2],
            's': ['\\;\\mathrm{{#1}}', 1], // symbol
            'D': ['{\\frac{\\mathrm{d}{#1}}{\\mathrm{d}{#2}}}', 2],
            'colorA': ['\\textcolor{Periwinkle}{#1}', 1],
            'colorB': ['\\textcolor{DarkOrchid}{#1}', 1],
            'colorC': ['\\textcolor{Aquamarine}{#1}', 1],
            'colorD': ['\\textcolor{SeaGreen}{#1}', 1],
            'dPrime': '{\\prime\\prime}',
            'reciprocal': ['\\frac{1}{#1}', 1],
            'parens': ['\\left({#1}\\right)', 1],
        },
    },
    // svg: {
    //     fontCache: 'global',
    //     minScale: 0.2
    // },
    svg: {
        scale: 0.9,                      // global scaling factor for all expressions
        minScale: 0.2,                  // smallest scaling factor to use
        mtextInheritFont: false,       // true to make mtext elements use surrounding font
        merrorInheritFont: true,       // true to make merror text use surrounding font
        mathmlSpacing: false,          // true for MathML spacing rules, false for TeX rules
        skipAttributes: {},            // RFDa and other attributes NOT to copy to the output
        exFactor: 0.5,                  // default size of ex in em units
        displayAlign: 'center',        // default for indentalign when set to 'auto'
        displayIndent: '0',            // default for indentshift when set to 'auto'
        fontCache: 'global',            // or 'global' or 'none'
        titleID: 0                     // initial id number to use for aria-labeledby titles
    },
    processEscapes: true,
    options: {enableMenu: false},
};
</script>
<script type="text/javascript" id="MathJax-script" async
    src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js">
</script>

<!--FONTS (TODO SMALLER)-->
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" rel="stylesheet">

<!-- MISC -->
<meta name=viewport content="width=device-width,initial-scale=1">  
<meta charset="utf-8"/>

<!-- GEOGEBRA -->
<script src="https://www.geogebra.org/apps/deployggb.js"></script>

<!-- DESMOS -->
<script src="https://www.desmos.com/api/v1.5/calculator.js?apiKey=dcb31709b452b1cf9dc26972add0fda6"></script>

<!-- STYLIG -->
<link rel="preconnect" href="https://fonts.gstatic.com"> 
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://raw.githubusercontent.com/joshuarudd/typeset.css/master/typeset.min.css">
<style>
    * {
        box-sizing: border-box;
    }
    body {
        margin: 0;
    }
</style>