You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Davide
your example code above works in Mathjax 3.1.4 but not as expeted in v. 3.2.0.
When I use <script src="https://cdn.jsdelivr.net/npm/mathjax@3.1.4/es5/tex-chtml.js"></script> it is fine, but using <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script> it writes in the console that "MathJax: Invalid option "tagFormat" (no default value)." So it resets the numbering at each section, but the section number disappear from equation number.
Hi Davide
your example code above works in Mathjax 3.1.4 but not as expeted in v. 3.2.0.
When I use
<script src="https://cdn.jsdelivr.net/npm/mathjax@3.1.4/es5/tex-chtml.js"></script>
it is fine, but using<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
it writes in the console that "MathJax: Invalid option "tagFormat" (no default value)." So it resets the numbering at each section, but the section number disappear from equation number.Originally posted by @parhizkari in #2427 (comment)
The text was updated successfully, but these errors were encountered: