mathjax.html 265 B

1234567891011121314
  1. <script>
  2. MathJax = {
  3. tex: {
  4. inlineMath: [ ['$', '$'], ['\\(', '\\)'] ]
  5. },
  6. svg: {
  7. fontCache: 'global'
  8. }
  9. };
  10. </script>
  11. <script
  12. type="text/javascript" id="MathJax-script" async
  13. src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
  14. </script>