LaTeX 无法在网页中呈现

LaTeX not rendering in webpage

为什么 LaTeX 无法渲染 this 页数?

该页面无法识别 LaTeX。要使其识别,请添加以下 CDN MathJax 脚本:

 <script type="text/x-mathjax-config">
    MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
  </script>
  <script type="text/javascript" async
    src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML">
  </script>

此外,在页面中的任何 LaTeX 语句之前添加 $。