-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Not possible use a newer version of Mathjax #1364
Comments
There are two issues in one here:
For context, Mathjax 2 is still used by default because switching to 3 would break some existing content. Example of breakage possible: mathjax/MathJax#2312 but there will be others probably.
Thanks for the report, we'll look into this. |
FWIW mathjax.rstudio.com/latest has been updated to 2.7.9 |
|
@piiskop what did you try ? What does sharing this means ? There is unfortunately no contest to what you share in your latest comment. If you are looking for the full mathjax url hosted and used by default with R Markdown, it will be |
I clicked the link in your response. What do you mean by sharing this? I did not write anything like that. |
@piiskop I think he was telling you that the latest version of MathJax on |
MathJax has some packages optional. One of them is gensymb that can't be loaded via
\require
. If i still do\require{gensymb}
then i see the message in the browser's console that says:First thing to notice here is that an outdated version of MathJax will be referenced automatically. The current version should be 3.
The second thing to notice is that gensymb.js isn't available at the given address. So i followed the instruction at MathJax's homepage by adding these two snippets into my JS file that i use for adding elements to the page and there was no change in the outcome. i also have a current address inside _output.yml:
That current address won't be used as i see in the console that it still tries to access the version 2.7.9.
As here is requested the session info i add it:
xfun::session_info('bookdown')
The text was updated successfully, but these errors were encountered: