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

MathJax for Node

Results 41 MathJax-node issues
Sort by recently updated
recently updated
newest added

When making the changes for PR #284, I had to change the test file for it, and that got me thinking about the tests for mathjax-node. Currently, the tests like...

Feature Request

From https://github.com/mathjax/MathJax-node/pull/291#issuecomment-279818921 > We do add speakText twice if mml with alttext is the input, which technically isn't necessary. [...] > > A better solution would be nice, i.e., updating...

This is a continuation of #207. We jump through a few hoops to put the (dummy) speech text onto the output. It seems to me this piece could simply move...

Upstream

[This has been separated from #111. ] If there is sufficient interest, we could enable the PreviewHTML in MathJax-node. The PreviewHTML an HTML/CSS output that's lower-quality (both in terms of...

Feature Request

It took me a while to realise that this repo is for MathJax v2, and that [MathJax-demos-node](https://github.com/mathjax/MathJax-demos-node) is available for MathJax v3. This PR aims to clarify this.

I need to set `background-color` style to SVG element. How can I do it?

Question

command is: ``` cd simple node -r esm tex2svg e^{2} > a.svg ``` the result is ![a](https://github.com/mathjax/MathJax-node/assets/56814839/09339f05-9765-4998-9d02-dd2d54c0e896) but I want ![b](https://github.com/mathjax/MathJax-node/assets/56814839/3cf6dd5b-9303-41cb-8410-77c09773d0cd)

Cannot Reproduce

I use Mathjax-node release version to parse to svg, and when displaying svg on web, “missing open brace on subscript” error occurs. But when I use Mathjax 2.7.5 to parse...

Expected Behavior

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

MathJax 3 is bringing substantial improvement, in particular new extensions that allow using nice LaTeX packages. It would be nice to update this package to support MathJax 3.