MathJax-src
MathJax-src copied to clipboard
MathJax source code for version 3 and beyond
delete arguments.callee https://github.com/mathjax/MathJax-src/pull/849 https://github.com/mathjax/MathJax-src/pull/848 https://github.com/mathjax/MathJax-src/blob/8565f9da973238e4c9571a86a4bcb281b1d98d9b/ts/input/asciimath/mathjax2/legacy/MathJax.js#L68 https://github.com/mathjax/MathJax-src/blob/8565f9da973238e4c9571a86a4bcb281b1d98d9b/ts/input/asciimath/mathjax2/legacy/jax/element/JSON.js#L90 https://github.com/mathjax/MathJax-src/blob/8565f9da973238e4c9571a86a4bcb281b1d98d9b/ts/input/asciimath/mathjax2/legacy/jax/element/mml/jax.js#L1425
This PR finalizes the updates needed for additional font support by updating the CHTML output to handle the alternate fonts being prepared in the fonts repository. * Provide for updating...
This PR fixes a problem reported by Peter where some horizontally stretched characters are stretched to the wrong length. For example: ``` latex \bbox[red]{\begin{smallmatrix} - \otimes _k tk \\ \xleftarrow...
This PR makes the changes needed to the font extension infrastructure to allow a TeX font package to be loaded via `\require` (e.g., `\require{dsfont}`) and have it load the needed...
This PR implements the new menu structure that we discussed over the last few developer meetings. While updating the menus, we also normalize how the settings are handled, so that...
These are the workarounds for the issues regarding voice events on Firefox. @dpvc can you have a look if this works for Safari as well?
Hi, I came across an issue that causes a syntax error if one tries to use MathJax with the PrinceXML JavaScript engine. I suppose it will also cause trouble in...
I'm not sure if this is intentional, but all the fonts put their repo as `mathjax/MathJax-Fonts`, which is either hidden, or the wrong repository
This is the first formatting change, just using prettier. There are a few things that you might find shocking, for instance, how it breaks up formatting of comments (e.g, in...
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...