MathJax-src
MathJax-src copied to clipboard
MathJax source code for version 3 and beyond
Sorry for the long delay in getting this to you. I continued to work on it after our call and our the weekend. I have eliminated the worst of the...
This PR fixes a bunch of small issues with the explorer interface. * It turns off the subtitles and Braille subtitles by default. Currently, since the assistive tools are on...
I'm trying to create an es6 module with relatively minimal capabilities beyond using tex2svg. I tried creating a bundle from this file: ```typescript import { mathjax } from "mathjax-full/js/mathjax.js"; import...
Sigh. I wonder if we should start using option objects rather than positional arguments for methods like this with lots of parameters? _Originally posted by @dpvc in https://github.com/mathjax/MathJax-src/pull/1123#discussion_r1723806700_
This is a draft for the Locale framework. I will add a better description here later, but wanted to make this available in case you wanted to look at it....
PR adds an action that pushes the new release to the `MathJax` repository, creating a branch with the new release name and making pull request into develop. * This action...