Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

How to write the latex in html

This helps you to write math eq'n inline:
<script type="text/x-mathjax-config">
	MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['(',')']]}});
</script>
<script type="text/javascript"
	src="http://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script> 
 
PREVIOUS NEXT
Tagged: #How #write #latex #html
ADD COMMENT
Topic
Name
9+2 =