Embedding code into the blog
I can embed a html generated with http://hilite.me/
1 | print('hello world!') |
Equations in google sites
Equations go with again as an embeeded HTML object. Here is a useful link (useful because has some encodings) and here is another link.
The equation is produced as an image by a link like:
http://www.google.com/chart?cht=tx&chf=bg,s,FFFFFF00&chco=000000&chl=e^z=\sum^{\infty}_{n=0}\frac{z^n}{n!}
Where you can clearly see the underlined part is Latex.
And it needs to get embedded in this way
<img src="http://www.google.com/chart?cht=tx&chf=bg,s,FFFFFF00&chco=000000&chl=e^z=\sum^{\infty}_{n=0}\frac{z^n}{n!}" />
And here is a test
Comments
Post a Comment