-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error running javascript: TypeError: undefined is not a function #5
Comments
Sorry for the late replay...It's apparently a JS problem but I'm afraid at the moment I have no idea where it lies...Could be Katex itself not been successfully imported. You may try to evaluate the following code and see whether the situation changes (defun webkit-katex-render--resize() nil) If not, the problem is probably that Katex is not functioning/imported |
Yeah, it doesn't seem to fix it. Can you give me any pointers as to where to look at the JS that should work? How can I investigate whether Katex is working? |
Digging into the file a bit, I think it's the |
Some more progress: I was setting
Any ideas on how to dig further? |
I believe I have emacs with xwidgets support (I can do
xwidget-webkit-browse-url
, for instance), but this package only renders a blank white popup for me, and I see the following errors in terminal:Any pointers would be appreciated.
The text was updated successfully, but these errors were encountered: