Volker Sorge
Volker Sorge
I made good progress with this PR, but it would be good if you could talk me through some of the changes in the `baseItem` class in an online session
The unorthodox use of namespaces are an artefact of the lack of string `enum` types in Typescript `~v2.X` and my trying to achieve similar type checking behaviour as in `closure`....
Thanks for the PR. The issue's been on the todo list for some time, so I appreciate you taking it on. There are three changes I would like you to...
PS: I also think it is worthwhile keeping your explanations for the PR around somewhere. Either in the code or better yet in our documentation somewhere.
@NSoiffer I am confused what you mean by poor MathML. If two representations generate the same typeset expression are they not equivalent? There might be good vs bad styles, similar...
Sorry, for replying so late, I was on holidays. I agree with @Nsoiffer, we should not protract this discussion; so here are a few, final remarks from my site: >...
As of MathJax v3.1.4 you can also set SRE options directly inside the MathJax configuration object, e.g., ``` javascript MathJax = { options: { sre: { json: 'http://localhost/node_modules/sre/speech-rule-engine/lib/mathmaps' } }...
`json` is indeed one of the options that can be passed to SRE and since v3.2 this is no longer checked explicitly in MathJax. Effectively all of SRE's options can...
> @dpvc Thanks for the reply! We're using the script tag config currently, although it's not ideal it does unblock us. Very interesting to hear that this is an issue...
> Here are the list of continuing issues from our chat today: > > * Hover highlighting leads to an error. This was a CHTML error in SRE, which is...