Davide P. Cervone

Results 978 comments of Davide P. Cervone

@el-mapache, the options are passed to SRE via https://github.com/mathjax/MathJax-src/blob/2dd53ce6c8af3c9cceba0baf014ea9b065130774/ts/a11y/semantic-enrich.ts#L135 as a block, so you won't find the 'json' in the MathJax source specifically. It looks like this worked in #2686,...

We have no immediate plans to support this use case, but I'm marking this a feature request so that it can be considered in the future. MathJax uses top/bottom/left/right spacing,...

OK, thanks for the additional information. That is good to know, and it does look like that might make thing easier to handle, once they are implemented widely enough.

While we will continue to make updates to version 2 for another year at least, no feature development for v2 is planned. There is currently no "Plain Source" output format...

I don't know anything about Jupyter's object structures, or what `obj` is in your example. But you can obtain the original input form from any DOM element `el` in the...

No, that is not a common use case, and there is nothing built into MathJax to provide that.

If you want a large operator (that corresponds to `\bigcup` in TeX), then you want to use U+22C3 not U+222A. The U+222A character is the binary union operator, while U+22C3...

If every subequation environment has a label, then you could use something like ``` \newcommand{\eatLabel}[2]{} \newenvironment{subequations}{\eatLabel}{} ``` to handle it. If only some have labels, then this won't work. In...

My statement about multiple labels turns out to be not quite right. The bug only occurs when there are labels that don't have any equation number or tag associated with...