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

How to configure STIX font in mml2htmlcss?

Question

I have to load the SVG file created by Mathjax-Node through img element. In such a case is there any option to increase/decrease the font-size?

Question

Hi, this is the configuration and the test that I try to do but doesn't work for me. ``` const mathjaxNode = require('mathjax-node'); mathjaxNode.config({MathJax: {tex2jax: {inlineMath: [ ['$','$'], ['\\(','\\)'] ],processEscapes:...

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

Question

#358 introduced detection for full-width forms. A more advanced approach might use [string-width](https://github.com/sindresorhus/string-width) which handles more cases such as (some) combining characters. Note it's not perfect and won't help with...

Feature Request

Hi, do you have any plan to support other Unicode fonts or approaches to generate custom fonts by given *_ttf_ format file.

Feature Request
Upstream

From the docs, the following formats are exposed: ``` format: "TeX", // the input format (TeX, inline-TeX, AsciiMath, or MathML) ``` Would it be possible to get `inline-AsciiMath` as a...

Feature Request
Upstream

I'm trying to figure out how to enable mml3.js. It's unclear to me from the documentation what to put in my config object. Can someone help me out? ``` mathJaxApi.config({...

Accepted
Upstream

Just a note to look into xyjax compatibility. I ran into issues when trying it out; will add more information later.

Upstream

I have weird behaviour of MathJax-node, particularly MathJax-node-page, under Safari. Shortly speaking, letters are not vertically aligned properly. Here is my [input](http://jsbin.com/reyejoweka/edit?html,output). Under ordinary MathJax, I have fine layout. I...

Accepted
Upstream