Peter Krautzberger
Peter Krautzberger
How can we integrate http://www.onemathematicalcat.org/MathJaxDocumentation/TeXSyntax.htm into the docs?
Check [the additions](https://github.com/mathjax/MathJax-docs/wiki/Docs.mathjax.org-additions) and [the improvements](https://github.com/mathjax/MathJax-docs/wiki/Docs.mathjax.org-improvements). Use this issue to keep track of those that can move up to the docs. - [ ] [Slimming-down guide](https://github.com/mathjax/MathJax-docs/wiki/Guide%3A-reducing-size-of-a-mathjax-installation) - [ ] [Web-based...
I remember that some of our commands are stricter. I think `\mod` is one of them (`\mod{}` works but `\mod` does not). I would like to markup the TeX documentation...
See https://www.mathjax.org/cdn-shutting-down/ for more details on migrating to another service.
### Basic info: - **Node.js version:** 13.13.0 - **jsdom version:** 16.2.2 ### Minimal reproduction case ```js const jsdom = require('jsdom'); const { JSDOM } = jsdom; const string = ``;...
I often find it difficult to grok the nested `../` in import statements so I was wondering if there's interest in replacing `./` and (nested) `../` with paths using the...
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.
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...
Usually, ``'s inside ``s get a (user-agent default) CSS outline when put into focus, e.g., try the example at https://developer.mozilla.org/en-US/docs/Web/SVG/Element/a. However, in mathjax(-node) output, this outline is not visible. If...