<head>
‥‥‥
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/4.0.0-alpha.1/es5/tex-chtml.js" id="MathJax-script"></script>
<script>
MathJax = {
// MathJax Version 4.0.0-alpha.1
// CommonHTML 出力オプション
chtml: {
matchFontHeight: false,
//周囲のフォントのex-heightに合わせる場合はtrue
scale: 1.00 //一括文字サイズ変更 単位 倍
},
// Configuration Block
tex: {
// インライン数式 2 Types
inlineMath: [['$','$'], ['\\(', '\\)']],
// ディスプレイ数式 2 Types
displayMath: [ ['$$', '$$'], ['\\[', '\\]'] ],
extensions: ["mhchem.js"], // オプション 化学
// Ver 3以降 は cancel.js color.js等を標準装備
tags: "ams" // 自動式番号あり
}
};
</script>