Davide P. Cervone

Results 978 comments of Davide P. Cervone

It works for me (using LiteDOM), both in my original code, and in yours in the PR (when I remove the jsdom adaptor and make `custom` point to `xypic/build`:

The `MathJax` variable as a configuration object relies on the MathJax Components architecture, which makes it possible to dynamically load pieces of MathJax as needed. The alternative is to load...

If you mean the `init()` that is in `node-main`, then no. the `node-main` component is intended as a quick way to get a server-side node application running, but isn't for...

I've marked as a feature request, though there are no immediate plans to implement it.

Note that your math items are in-line math items because the `math` node does not have the `display="block"` attribute, so `display` defaults to `inline`. The `mstyle` with `displaystyle="true"` means that...

The `textcomp` package relies on the `textmacros` package, and although the `\require` macro is supposed to handle those dependencies, it looks like something isn't being set up properly when `\require{textcomp}`...

`autoload: { textcomp: ['textdegree'], }` That uses the same mechanism as `\require{textcomp}`, and since that is what is not working, autoload won't help either. I haven't had the chance to...

I figured out what was causing the `\require{textcomp}` to fail, while including it in the `loader.load` works. It turns out that when the required extension has dependencies, and one of...

No apologies needed. Your report lead me to fix an important issue in the require/autoload processing.

Can you provide an example of the MathML that you are using? And also the name of the Persian font you are using?