これを埋め込むとTeXが使えるらしい
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script async="" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>
window.MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
}
};
</script>
試しに2次方程式の解の公式
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
0 件のコメント:
コメントを投稿