-
Notifications
You must be signed in to change notification settings - Fork 19
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
Incorrect LaTeX rendering #75
Comments
I have the same issue, here is the error output from the terminal:
It seems either MathJax can't find the font files or they're in the wrong place as the font files are actually available at |
I had the same problem, but after installing |
I confirm that adding the above library solved the issue. I couldn't look at my slides with math content without this fix. Shouldn't this library be a dependency to Rise? |
Can also confirm that installing |
Closing as fixed by #102 |
Issue
LaTeX "hat" accents are not rendered correctly. I'm not sure, but it may be related to #72 .
Screencast.from.2024-03-05.11.01.39.AM.webm
Reproduce
Open a slides notebook. Change a cell to markdown. Type
$\hat{y}$
into the cell, and view in presentation mode.Expected behavior
I would expect LaTeX to be rendered correctly.
Context
Using Chrome Version 122.0.6261.69 (Official Build) (64-bit).
Output of
pip list | grep jupyter
Output of
jupyter labextension list
The text was updated successfully, but these errors were encountered: