Davide P. Cervone

Results 978 comments of Davide P. Cervone

There are two things going on here. First, it looks like the mml3 extension expects you to use the `m:` namespace; @pkra, do you know a reason for that, or...

I like the idea of this, but I've made some review comments above. A couple of additional thoughts: * You might consider adding user-defined environments to the state as well...

In terms of my last bullet point above, there are methods `setDef` and `setEnv` that are used to create any user-defined macro and environment definitions. These could be overridden to...

I appreciate your continued work on this, and like the direction this is going. I do have two issues that still concern me a bit. First, if the `begingroup` extension...

> So, any progress here? I've been thinking about a different approach that uses the `begingroup` extension and a custom reset macro that will remove any user-defined macros (including those...

The last commit should not be included, here. As mentioned in #451, the change is not needed. Also, it is unrelated to the changes for TeX macros that are the...

AsciiMath has a configuration parameter `displaystyle` that controls whether it adds the `displaystyle="true"` wrapper for the math or not. You can set that parameter in the MathJax configuration block before...

> Wouldn't it make sense to support this in the format section I didn't say it wouldn't. I was just trying to give you a mechanism to do what you...

While it would be possible to do this with mathjax-node, it would take some work. Instead, you should use MathJax v3, as it can be called from node directly (unlike...

> Changing the configuration has not seemed to yield any differences in rendering whatsoever. Not all MathJax configuration options apply to mathjax-node. One of these is the `scale` parameter. In...