Add Latex MathML to Blogger

To insert Math formulas in Blogger you can use MathJax library
 
Add the following in your template just before closing head tag
 
<script 
src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
type='text/javascript'
/>

</head>

 


Test by copying following and save the page

 

When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

 

Example 2

\begin{pmatrix}
2    3 \\
5    4
\end{pmatrix}

 

Tip:

 

Writing Latex manually can be confusing.

 

so go to this website , write your equation and copy the code paste to your website

 



 

No comments:

Post a Comment

Please share your views and comments below.

Thank You.