latex for wordpress

Today I was wondering if it is possible to add \LaTeX 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:

  • \sqrt{\frac{1}{2}}
  • IC_F := \frac{\sum_{i=1}^{26} {n_i \choose 2}}{{n \choose 2}}
  • \int_{5}^{6}\frac{5}{2x-4}dx

or have a look at my first post with latex formulas in it.

No Comments »

V1ru8 on January 4th 2008 in Regards