Android 浏览器无法读取 Blogger 数学

Blogger math not readable from an Android browser

我在 Google 的博客上有一个免费的小博客。

我已经使用此代码部分在我的博客中安装了 MathJax

    <script type='text/x-mathjax-config'>
      MathJax.Hub.Config({
        tex2jax: {
          inlineMath: [ [&#39;$&#39;,&#39;$&#39;], [&quot;\(&quot;,&quot;\)&quot;] ],
          displayMath: [ [&#39;$$&#39;,&#39;$$&#39;], [&quot;\[&quot;,&quot;\]&quot;] ],
          processEscapes: true
        },
        &quot;HTML-CSS&quot;: { availableFonts: [&quot;TeX&quot;] }
      });
    </script>
    <script async='async' src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS-MML_HTMLorMML,Safe' type='text/javascript'>
    <!-- <script async='async' src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js' type='text/javascript'> -->
    </script>

这已放在 Blogger 的 HTML 主题中。

我真的不知道它在做什么,我只是找到了一些说明
如何将 MathJax 添加到某个站点的博主博客,以及这些说明
似乎工作正常(至少对于桌面浏览器)。

所以数学公式、等式等在桌面上正确显示但不是
在手机上 (Android)。我怎样才能让它在 Android 中显示正确的数学?

今天达到那个设置有点不同。

该过程与此处描述的不完全相同

这是说明。

  1. 在 Blogger 管理面板中,单击 主题

  2. 单击自定义按钮附近的下拉箭头

  1. 点击移动设置

  2. Select Mobile 单选按钮和 select custom下来。

  1. 保存更改,大功告成。