latex for wordpress
Today I was wondering if it is possible to add [tex]\LaTeX[/tex] support to my WordPress blog. First I got started with google and found this plugin. It needs dvipng which isn’t installed on my web-space. So I searched along for another plugin and found this one which is working great now! The installation is really simple, you need to create three directories and modify a few include paths in PHP files. Provided that you have installed latex, dvips, convert and identify on your web server.
Some examples:
- [tex]\sqrt{\frac{1}{2}}[/tex]
- [tex]IC_F := \frac{\sum_{i=1}^{26} {n_i \choose 2}}{{n \choose 2}}[/tex]
- [tex]\int_{5}^{6}\frac{5}{2x-4}dx[/tex]
or have a look at my first post with latex formulas in it.