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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -