Davide P. Cervone

Results 978 comments of Davide P. Cervone

> do I need to create an `XypicConfiguration.d.ts` for xyjax-v3 If you are getting an error about a missing .d.ts file, then you could create one to avoid the message....

OK, thanks. The CD environment is not something I've ever actually used myself, so the implementation was entirely based on the documentation, not actual experience. It turns out that there...

Thanks for the report. It turns out that `\xrightarrow` produces an `mover` element that is an embellished operator based on a stretchy arrow, and so when it appears alone in...

Just FYI, I made PRs last week to fix both issues.

Yes, this does seem to be an unusual situation. What does the 4.4.4 represent, in this case? Is this a section number or something like that? If so, should it...

OK, one possible solution would be to use the configuration ``` js MathJax = { tex: { numberPattern: /^(?:[0-9]+(?:\{,\}[0-9]{3})*(?:\.[0-9]*)*|(?:\.[0-9])+)/ }, }; ``` to extend the number pattern to allow multiple...

Sorry, the docs are wrong and need to be fixed. It should be `'[font]/mathjax-euler-font-extension/chtml.js'` in the load array. I will mark it for a documentation update.

OK, thanks. I'll have to look into it to see what is going wrong.

OK, I've made some progress with this. It turns out that there is a timing issue where the font extension is being loaded before the font itself is in place,...

@quoc-ho, you don't say what component you are using to load MathJax itself, but it looks like you are loading `tex-mml-chtml.js`. Note that the example above is for `startup.js`. The...