-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Hi!
I am using Mathjax-node v2.1.1 to render SVG output. The SVG output is too large and the font-weight is too heavy compared to its surrounding text. I've tried changing the config options to no avail. Here is an example of the typeset math compared to the text it is surrounded by:
My configuration code looks like this:
const mjAPI = require("mathjax-node");
mjAPI.config({
MathJax: {
SVG : {
minScaleAdjust: 30,
scale: 70,
font : "STIX-Web",
mtextFontInherit: true,
addMMLclasses: true,
matchFontHeight: true
}
}
});
Changing the configuration has not seemed to yield any differences in rendering whatsoever. Thanks for weighing in on what I should do!
Metadata
Metadata
Assignees
Labels
No labels