MathJax-src icon indicating copy to clipboard operation
MathJax-src copied to clipboard

MathJax source code for version 3 and beyond

Results 66 MathJax-src issues
Sort by recently updated
recently updated
newest added

Left angle bracket moves over the a in this example: ```XML ⟨ a | b ⟩ ``` (Looks fine in CHTML.)

You might consider turning on the compiler 'strict' option (see https://www.typescriptlang.org/docs/handbook/compiler-options.html) in your tsconfig, which turns on a few options related to making the type checking more strict. For example,...

Rewrite of the explorer that fixes a number longstanding issues and introduces the new auto voicing feature. ## Explore Pool All explorers for a `MathItem` are now held in a...

This PR changes the default font from the old MathJax TeX font to the new MathJax-Modern version of Latin-Modern. This is stored in a separate npm pages (like the other...

This PR adds the version check to the entities component (which is usually added in the `lib` file from the `build.json` file, but this component doesn't have one, so it...

This PR makes the MathMLVisitor work more like the SerializedMmlVisitor in terms of handling of attributes and converting TeXAtom nodes to mrows. Common code has been moved to the common...

This PR makes operators from `\operatorname` and `\DeclareMathOperator` act the same as named functions like `\sin`. in particular, they get the invisible function apply when followed by an argument. Resolves...

This PR makes sure the SVG global font cache is set up when you switch renderers using the contextual menu. It does so by calling the `initialize()` method for the...

This PR removes the explicit use of `thickmathspace` in `\bmod` and uses the numeric equivalent instead. It also makes a variable for `em(MATHSPACE.thickmathspace)` and uses that so that it doesn't...

https://github.com/mathjax/MathJax-src/issues/850 https://github.com/mathjax/MathJax/issues/2918