If you are using
Blogger blogs, you can easily embed our
JavaScript LaTeX equation render engine through the
HTML/JavaScript widget in Blogger’s drag-and-drop Layout editor. After you have installed the renderer, you can write the LaTeX equation within
PRE or
CODE tag in
edit HTML mode of the WYSIWYG editor in Blogger, e.g,

For the example,
- Code: Select all
<pre lang="eq.latex">
\int_{0}^{1}\frac{x^{4}\left(1-x\right)^{4}}{1+x^{2}}dx
=\frac{22}{7}-\pi
</pre>
that will give the result
\int_{0}^{1}\frac{x^{4}\left(1-x\right)^{4}}{1+x^{2}}dx
=\frac{22}{7}-\pi
How to insert JavaScript LaTeX equation render engine in Blogger
- From Dashboard, click the Layout of your blog
- Click Add a Page Element->HTML/JavaScript widget and Add to Blog
- Please get the jsTeXrender JavaScript from http://yourequations.com.
- Paste the JavaScript to the widget (see the below figure for the demonstration)

- Save changes and drag the HTML/JavaScript widget to the footer section or after the content (see the below figure for the demonstration)

Please read more Tutorials
–