Open MyMyrtle opened 6 years ago
(example below) The scale of mathjax containers near the slide used when loading the content, and the further ones, are different.
For example, create the same slide multiple times
<section> \[ x^2 \] </section> <section> \[ x^2 \] </section> ....
Then reload the webpage in, say, slide 2. Then just start passing slides and after a few, the $x^2$ will become slightly different. This problem gets worse for large equations. Is there a way to correct this?
well, aparently running the presentation with python -m SimpleHTTPServere 8081 in chrome localhost:8081 doesn't have this effect
python -m SimpleHTTPServere 8081
localhost:8081
Nope, its still there
(example below) The scale of mathjax containers near the slide used when loading the content, and the further ones, are different.
For example, create the same slide multiple times
Then reload the webpage in, say, slide 2. Then just start passing slides and after a few, the $x^2$ will become slightly different. This problem gets worse for large equations. Is there a way to correct this?