Hi folks,
I made some interactive graphs using Jsxgraph, where I use mathjax for text labels. Everything builds okay, but the latex is only "compiled" after the user moves a point, glider, etc on the plot. Which is obviously not desired.
Take this graph, for example. The latex only compiles once a point is moved. I tested this on Chrome and Safari.
It appears that pretext is loading a script for jsxgraph that is out of date, based on t
heir documentation. See attached screenshot.
An example on their website loads MJ4 as it should.
I am using version 2.39.0 of Pretext CLI.
Thank you for any help and insights!