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

Stage 1 Doppler Slideshow MathJax Issue on last slide #519

Open
patudom opened this issue Jul 24, 2024 · 1 comment · May be fixed by #520
Open

Stage 1 Doppler Slideshow MathJax Issue on last slide #519

patudom opened this issue Jul 24, 2024 · 1 comment · May be fixed by #520
Assignees
Labels
3. next in queue Fix or implement after 1s and 2s are done

Comments

@patudom
Copy link
Contributor

patudom commented Jul 24, 2024

#506 seems to have fixed a lot of the Mathjax issues we were having in this stage, but there is a case on the last slideshow where Mathjax is not correctly rendering values that get entered within the slideshow itself.

I think the issue is that Mathjax goes through and typesets all the equations that appear in the entire vue file before the c & v values on the last slides are known. It then displays the equations with the updated values as un-typeset latex above the typeset versions with the old values.

@Carifio24 or @nmearl, is there a way to force Mathjax to re-render before going to that last slide?

Screenshot 2024-07-20 at 10 56 13 AM

Originally posted by @patudom in #508 (comment)

@Carifio24 Carifio24 linked a pull request Jul 24, 2024 that will close this issue
@patudom patudom added the 3. next in queue Fix or implement after 1s and 2s are done label Oct 17, 2024
@Carifio24
Copy link
Member

Note for something to try - maybe invoke the MathJax-refresh method inside a watcher for the slideshow step as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. next in queue Fix or implement after 1s and 2s are done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants