mathjax-node-page icon indicating copy to clipboard operation
mathjax-node-page copied to clipboard

mathjax-node for pages

Results 10 mathjax-node-page issues
Sort by recently updated
recently updated
newest added

**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...

question

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....

upstream

Let's support parallelization via child processes.

enhancement

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)...

upstream

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...

enhancement

Continuation of #22.

enhancement

MathJax itself allows the customization of the order the pre-processors run int. `mathjax-node-page` does not.

enhancement

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...

enhancement