Davide P. Cervone
Davide P. Cervone
Great. Glad you are able to get a work around for now.
I have figured out the source of the issue, and it is in the function that determines when one math item is before another. Since there is no javascript function...
I will have to look into it. Can you say what the "old" STIX Two refers to? Is that the old stix2 branch, or an earlier v4 beta release?
OK, here's the situation: TeX's rules for determining the height of the surd to use for a root is that the spacing between the top of the radicand and the...
It's true that the default rule thickness of .06em is larger than the one used for CM fonts (which should be .04em) in order to avoid it disappearing at small...
It could be added in several places. The easiest might be right after creating the SVG output jax: ``` js const svg = new SVG({...}); svg.font.params.rule_thickness = .04; ``` Alternatively,...
Thanks for the report. I'll look into the effects of making that change, and whether to dump the `enum` entirely in favor of a constant object instead (would make it...
MathJax v2 uses a processing queue to handle synchronizing actions that it performs. You can add actions to that queue, and they will be performed in the order they were...
Because you have each Persian character in a separate `` element, they are not able to interact to form the combined characters that you are expecting. For characters that form...