MathJax-node
MathJax-node copied to clipboard
MathJax for Node
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?
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...
#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...
Hi, do you have any plan to support other Unicode fonts or approaches to generate custom fonts by given *_ttf_ format file.
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...
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({...
Just a note to look into xyjax compatibility. I ran into issues when trying it out; will add more information later.
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...