render - LaTeX not rendering in webpage -
why latex not rendering in this page?
the page doesn't recognizes latex. make recognize, add following cdn mathjax script:
 <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>   also, add $ before latex statement in page.
Comments
Post a Comment