Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mathjax and fragments #505

Closed
haraldschilly opened this issue Jun 22, 2013 · 1 comment
Closed

mathjax and fragments #505

haraldschilly opened this issue Jun 22, 2013 · 1 comment

Comments

@haraldschilly
Copy link

If anyone is also struggling with wrongly rendered formulas after they are revealed via fragments, try adding this at the bottom of the page:

<script>
Reveal.addEventListener( 'fragmentshown', function( event ) {
setTimeout(
   function() {
     MathJax.Hub.Rerender(document.querySelector(".slides .present"))
   }, 100); 
} );
</script>

This could be added to the Readme or the Wiki …

hakimel added a commit that referenced this issue Jul 14, 2013
@hakimel
Copy link
Owner

hakimel commented Jul 14, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants