MathJax-src
MathJax-src copied to clipboard
MathJax source code for version 3 and beyond
How can I run 'npm run compile' on branch develop? when i run 'npm run compile', there is an error : develep tool: VSCode 
This PF works around an issue with Safari where in-line line breaks aren't being honored. It appears that Safari doesn't break at spaces that are in `content` CSS like all...
Updates to latest SRE release 4.1.0-beta.11
This PR implements the ideas we discussed in our meeting yesterday: * A new `renderPromises` array is added to the MathDocument that holds promises that are created by the render...
I want to build this project on my computer, I installed all the dependencies, tried to run “npm run make-components”, but there is no way to build it correctly.
Adds tests for errors in TeX packages in preparation of the l10n `TexError` rewrite. Note, that this is not fully complete coverage for all occurring `TexError`s, but should be sufficient...
Title says it all. A custom reporter that outputs the coverage of how many macros per TeX package are tested. Since we cannot store information globally and pass them to...
```latex \begin{array}{r@{a\\b}l}a&b\end{array} ```
This PR changes the default front from mathjax-modern to mathjax-newcm, which has more coverage and is slightly darker. The lightness of mathjax-modern was one of the complaints with v4. You...
Example: ``` \newenvironment{boxed} { \begin{array}{|c|c|}\hline } { \\\hline \end{array} } \begin{boxed}a&b\\c&d\end{boxed} ``` Worked fine in `3.2.2`, stopped working in `4.0.0-alpha.1`.