MathJax-single-file
MathJax-single-file copied to clipboard
A custom tool to combine MathJax 2.x components into a single file
As the title say, this repo will soon be archived. Cf. #27
It would be nice to be able to create a bundle, say with AsciiMath _and_ TeX inputs.
At build function, when using with options: ```js build( 'TeX', 'AsciiMath', 'CommonHTML', { toFile: true, compress: true, folder: 'ascii' } ); ``` It fails because you try to `...options.customExtensions`, but...
Your regexp at main.js:1041 has 2 mistakes: - it relies on that directory separator is '/' (so it fails under windows) - it has a dot symbol unescaped in 'MathJax.js'...
The preconfigured builds (and possibly all builds) should modify the menu configuration to prevent users from activating non-existing features. * remove renderer submenu (this library only support one renderer right...
When using fonts other than `TeX` in the SVG output, MathJax will log an error because it will still try to load the TeX fontdata (and fail). This is not...
See https://github.com/pkra/MathJax-single-file/pull/19#issuecomment-304392838 for context. Incomplete list: * CommonHTML * Main-Bold.js
With both SVG and CommonHTML, all inputs and extensions (except maybe TeX/color.js)