<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
But nothing is rendering. When I replace with the old script tags everything works just fine:
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML" async="" type="text/javascript"></script>
These are clearly different script calls but I'm too noob to know what to change here. Any assistance would be appreciated!


On Oct 28, 2019, at 5:25 PM, Sean Quallen <seanq...@gmail.com> wrote:
Sean,Thanks for the response. I've not looked at these documents because I'm not using any advanced functionality and cannot get ANYTHING to render. As an example, this html doc:<p>Version 2.7:</p><p>Basic Text: \(Re\)</p><p>Basic Math: \(Re_D = \frac{VD}{\nu}\)</p><p><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML" async="" type="text/javascript"></script></p>produces:
<2.7.png>
But changing the script in the following:<p>Version 3.0:</p><p>Basic Text: \(Re\)</p><p>Basic Math: \(Re_D = \frac{VD}{\nu}\)</p><p><script src="https://polyfill.io/v3/polyfill.min.js?features=es6" type="text/javascript"></script><script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" type="text/javascript"></script></p>produces:
<3.0.png>
This has always 'just worked' with the script tags (I've been using MathJax since v2.5). However I don't see what I'm doing wrong here. Any assistance would be appreciated!Sean
On Monday, October 28, 2019 at 12:54:45 PM UTC-7, se...@mathspathway.com wrote:Hi Sean,Have you also edited the configuration block to match?
The docs at provide a basic example, and I've found the (reasonably long) guide on upgrading useful.After all of that, I found that I had a bunch of tex that "broke" MathJax v3, so it might be worth checking your javascript console to see if any errors appear.
The error that I was getting was 't.splitText is not a function', I believe this is related to a known bug, and I have worked around that issue by inserting an extra space between any '>' and my MathJax identifiers of '\(' and '\['.Good luck,Sean.
On Sunday, 27 October 2019 07:23:16 UTC+11, Sean Quallen wrote:Hello all! I'm a VERY novice user of MathJax so I'm probably missing something simple. However, I cannot get the new script (v3.0) to render. I'm using the snippet provided by the documentation:<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>But nothing is rendering. When I replace with the old script tags everything works just fine:<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML" async="" type="text/javascript"></script>These are clearly different script calls but I'm too noob to know what to change here. Any assistance would be appreciated!
--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/c703f14d-a34c-4b05-85a9-e073421f2396%40googlegroups.com.
<2.7.png><3.0.png>
<script>MathJax = {options: {compileError: function (doc, math, err) {console.log(err.message);console.log(err.stack)}}}</script>
--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/27424e2d-280b-49e2-acf3-013b277c6e64%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mathja...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/53e6f239-671d-47fc-9d9a-34df73f81b51%40googlegroups.com.
<Source.html>
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/53e6f239-671d-47fc-9d9a-34df73f81b51%40googlegroups.com.
<Source.html>
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/65d8dacc-5bad-4464-a932-965e7267abdb%40googlegroups.com.