LaTeX math plugin for wordpress
10 April 2007X told me about this great plugin for writing LaTeX formulas in wordpress blog posts. Download the plugin here.
Note: To get the plugin to work unzip the file into your wp-content/plugins directory and edit wp-latex.php using your favorite editor. Replace “http://www.forkosh.dreamhost.com/cgi-bin/mimetexpublic.cgi” on line 21 with “http://www.forkosh.dreamhost.com/mimetex.cgi” (without quotes). Save the change and activate the plugin.
Now, I can write equations like the following in my posts by typing $latex
n \propto {\sigma_{bb}\over d} \cdot \chi^k \cdot m\log m $:
In case you are interested the above is an approximate form of a population-sizing model for genetic algorithms.
See related entry here and an FAQ on how to change the size and color of the formula (I wasn’t successful in either changing the size or the color).
Related Posts:
- Flickr pictobrowser plugin for wordpress
- Flickr slideshow plugin for wordpress (μ)
- Formula for successful innovation
- WordPress themes
- Vita

One Response to “LaTeX math plugin for wordpress”
May 19th, 2007 at 2:52 pm
Actually I found how to change rendered LaTeX code size. It is described in: http://www.forkosh.com/mimetexmanual.html and for me it worked. Great!