hakimel / reveal.js

The HTML Presentation Framework
https://revealjs.com
MIT License
68.05k stars 16.66k forks source link

Mathjax strange rendering #2105

Open MyMyrtle opened 6 years ago

MyMyrtle commented 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?

MyMyrtle commented 6 years ago

well, aparently running the presentation with python -m SimpleHTTPServere 8081 in chrome localhost:8081 doesn't have this effect

MyMyrtle commented 6 years ago

Nope, its still there