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

For those not following the mathjax-dev mailing list or the MathJax/MathJax repository, MathJax v3 is in alpha and currently resides at https://github.com/mathjax/mathjax-v3. It's a re-write of (most of) MathJax and...

Follow-up to #427 (see there for background). > a new input option to specify an ID for the title/labelledby would be just as helpful.

Feature Request

MathJax [supports TeX macros](http://docs.mathjax.org/en/latest/tex.html#defining-tex-macros), and once defined, they persist forever in the global state of MathJax-node. This PR changes the behaviour so any definitions are cleared before typeset, but still...

Hey all, So I'm using this package in hopes of producing an SVG that will be readable with VoiceOver. Essentially, we want to VoiceOver to read the alt text for...

Error: bash: syntax error near unexpected token ` eqn.svg`

Expected Behavior

I'm working on an express.js app that wraps this library and returns a PNG image. Sometimes the equations will be less than stellar, possibly garbage. This example crashes my node...

If the input jax fails to process the given input, the resulting SVG or HTML element for the output will not exist. So check that svg and html elements exist...

MathJax become unresponsive and consuming 100% CPU on following LaTeX. Timeout setting does not help :( ```javascript const mathjax = require('mathjax-node'); mathjax.start(); equation = 'so\\ i\\ did\\ _{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{=-----------------------------------------------------------------------------------------------------------------------------------}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}9315'; mathjax.typeset( {...

The asset file `test/assets/test.js` for the test `test/config-third-party-extensions.js` is missing a backslash. Indeed the file is ``` MathJax.Hub.Register.StartupHook("TeX Jax Ready", function () { MathJax.InputJax.TeX.Definitions.Add({ macros: { test: ["Macro", "\text{This is...

Originally reported at https://github.com/pkra/mathjax-node-page/issues/74 but this seems a mathjax-node issues E.g., `\bbox[lightgrey,2pt]{\text{Some lightgrey text}}` generates ```html Some test that is helpful ``` but in the browser we get e.g. ```html...

Upstream