Davide P. Cervone

Results 43 issues of Davide P. Cervone

When the semantic-enrich extension is used, the generated speech string is not always attached to the container node. This is due to an error in the `getSpeech()` method, which tests...

Accepted
Test Needed
Merged
v3

The `\color` macro allows specifying the color model (e.g., `\color[RGB]{255, 127, 0}{...}`) but the `\colorbox` and `\fcolorbox` don't. These should also allow the color model to be specified.

Test Needed
Feature Request
Merged
Needs Documentation
v3

These styles were implemented in v2, but not yet in v3. In particular, the `\bbox` macro doesn't work in SVG at all, and doesn't properly account for these values in...

Feature Request
v3

In Forefox, the overline for `\sqrt` is misplaced in HTML-CSS output when the root is scaled. E.g., `\Huge\sqrt{x^x}`. See the [StackExchange](https://math.meta.stackexchange.com/questions/32988/scaling-root-problem?noredirect=1&lq=1) posting for details.

Accepted
Test Needed
Merged
v2

This is the v2 version of mathjax/MathJax-src#838. Resolves issue #2901 for v2.

This PR abstracts the visitor classes to allow visitors on arbitrary node classes, and adds a `walkTree()` method to the abstract wrapper class, so it is always available. (The original...

This PR improves the type checking of the MmlNodes and Wrappers by adding more generics to reduce the use of `any` types. This allows the removal of some `as MmlNode`...

This PR is implements both explicit and automatic line breaking in display equations, plus browser-based line breaking for inline expressions. Tables are now broken in a more meaningful way (but...

This PR converts the `font` option to the output jax to specify the name of the font component to load (with a default of `tex`). The old `font` option was...

This PR adds methods to support creating an extension that modifies an existing font. For example, an extension could override the characters used for the letters and numbers while leaving...