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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -