-
Notifications
You must be signed in to change notification settings - Fork 176
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
Latex rendering not working #3
Comments
For some reason, the author removed initialization of MathJax library from the template. In my case, adding
to In general, the jupyter2slides project looks like a collection of hacks over |
Hi karelin, {{ mathjax() }} I got doubled tex-output in html, the first one is in the right Position, and the second one is in the next line. I think it's still a little bit Buggy for html Output with Latex formula. |
If you use this template, it works: instead of the original |
replace the lines below to keep the same theme: |
Also having this problem. |
I remove the following few lines from jupyter_template.tpl and the double rendering went away:
|
Tried one cell as Markdown type and cannot get the Latex rendered. Works with RISE. How to fix it?
example:
Testing Mathjax
The text was updated successfully, but these errors were encountered: