| window.MathJax = { | |
| loader: {load: ['[tex]/textmacros']}, | |
| tex: { | |
| inlineMath: [['$', '$'], ['\\(', '\\)']], | |
| packages: {'[+]': ['textmacros']} | |
| }, | |
| svg: { | |
| fontCache: 'global' | |
| } | |
| }; | |
| (function () { | |
| var script = document.createElement('script'); | |
| script.src = 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js'; | |
| script.async = true; | |
| document.head.appendChild(script); | |
| })(); | |