-
Notifications
You must be signed in to change notification settings - Fork 177
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 / Latex rendering issues with formulas , spacing issue #244
Comments
ANalysis Of VAriance : ANOVAAssumption: The ANOVA is based on the law of total variance, where the observed variance in a particular variable is partitioned into components attributable to different sources of variation. In its simplest form, ANOVA provides a statistical test of whether two or more population means are equal, and therefore ANOVA generalizes the t-test beyond two means. |
the jupyter notebook renders fine the issue is when converting to PDF |
decktape version 3.4.0 |
It's possible that Decktape starts converting a slide to PDF while MathJax hasn't completed updating it. I drafted a while back using MathJax signals, but it has to be revived, if that is the actual root cause of the issue. |
That's why i added this option : --load-pause=20000 ? I will review your link asap |
The Another test that would help to identify the root cause would be to export screenshots, with the |
Thanks for the |
Hi there,
Love your work really usefull, I have several jupyter notebooks that worj great render fine. Now I have some new ones that have issues with rendering the mathjax formulas. It seems the space after formula is indented so the text after the formula and the formula itself are printed over each other.
CLI output:
Strange thing is it is not happening all the time and even on one slide sometimes yes sometimes not...
The text was updated successfully, but these errors were encountered: