mathjax-node-page
mathjax-node-page copied to clipboard
mathjax-node for pages
**Versions** - mathjax-node-page: 3.2.0 - mathjax-node-svg2png: 2.0.0 - node: 13.6.0 **Reproduction** ```javascript 'use strict'; const MathJax = require("mathjax-node-svg2png") const mjAPI = require("mathjax-node-page"); mjAPI.init(MathJax); mjAPI.addOutput("png", (wrapper, png) => { wrapper.innerHTML =...
As the title say, this repo will soon be archived. MathJax v3 comes with out-of-the-box node support, making mathjax-node and thus this project obsolete.
We're using `mjpage` from the command-line to render *a lot* of equations on *a lot* of html-pages to SVG. This works great! Just very recent we're experiencing problems with SVG...
If we use `\newcommand` in a TeX math, the influences will be persistent in current process. The expected result is -- all `\newcommand`s should only affect the current requested page....
Hi. This is how some text + MathJax is rendered online (client-side) with CHTML output: This is what it looks like when rendered offline (server side) with mathjax-node-page (using FabianHenneke/jekyll-mathjax-csp)...
A feature request for the `mjpage` command-line tool. Allow options for `speech-rule-engine` to be specified, and get back a page where all the math parts have been replaced by a...
MathJax itself allows the customization of the order the pre-processors run int. `mathjax-node-page` does not.
The old `mjpage.js` (in `mathjax-node`) provided an option to wrap the output in `class="MathJax_Preview"` and leave the script tags in place; that way, they would serve as a preview if...