Update mathjax link in documentation #922
Closed
Labels
Milestone
Comments
Yep, had a PR for the actual JS link in the code #834 when it was announced, but apparently no one remembered there is a similar link in the documentation. Good catch! |
Actually, for the manual, it'd probably be better to point to the maybeMathjax javascript. |
Fixed; Thanks for the report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation on http://dlmf.nist.gov/LaTeXML/manual/usage/usage.single.html states to use
but this doesn't work anymore since April 2017 (see https://www.mathjax.org/cdn-shutting-down/). The correct call is
The option
config=MML_CHTML
selects the MathML to CommonHTML rendering engine of MathJax (see http://docs.mathjax.org/en/latest/config-files.html#the-mml-chtml-configuration-file), which generated very good results in all browsers I tried (Firefox, Chrome, Safari).Maybe it should also be mentioned in the documentation that a lot of browser don't support MathML and therefore using MathJax is the only option to generate a HTML with math formulas, which works in all browsers.
The text was updated successfully, but these errors were encountered: