• Hi,
    The inline latex is displayed correctly in the posts page, but not in the home page, in which only equations in \begin{equation}\end{equation} are rendered correctly.

    In each latex post, I add to the head the following scripts:

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

    How can I enable the inline in the homepage?

    The page I need help with: [log in to see the link]

  • The topic ‘Inline not rendered in homepage, only in posts’ is closed to new replies.