Davide P. Cervone

Results 43 issues of Davide P. Cervone

This PR makes sure the SVG global font cache is set up when you switch renderers using the contextual menu. It does so by calling the `initialize()` method for the...

This PR removes the explicit use of `thickmathspace` in `\bmod` and uses the numeric equivalent instead. It also makes a variable for `em(MATHSPACE.thickmathspace)` and uses that so that it doesn't...

This PR finalizes the updates needed for additional font support by updating the CHTML output to handle the alternate fonts being prepared in the fonts repository. * Provide for updating...

This PR fixes a problem reported by Peter where some horizontally stretched characters are stretched to the wrong length. For example: ``` latex \bbox[red]{\begin{smallmatrix} - \otimes _k tk \\ \xleftarrow...

This is due to the fact that the `makeAll` output is piped to `grep`, which doesn't work in Windows shell. Perhaps `makeAll` should have a switch that controls how much...

Accepted

This PR makes the changes needed to the font extension infrastructure to allow a TeX font package to be loaded via `\require` (e.g., `\require{dsfont}`) and have it load the needed...

This PR implements the new menu structure that we discussed over the last few developer meetings. While updating the menus, we also normalize how the settings are handled, so that...

The `'` is misplaced when used with operators in TeX for both inline and display math. For example, `\sum_n'` is treated as `{\sum_n}'` rather than `\sum_n^\prime`. This is due to...

Accepted
Test Needed
Merged

The example ``` \overbrace{{}+2} ``` produces the incorrect enriched MathML: ``` + 2 ⏞ ``` (Here, the brace has been added to the base, and there is no second element...

This PR adds a number of features to the v3 lab, and fixes several interface bugs. * There are now checkboxes for the MathML extension (mml3) and the textmacros extensions....