Plugin Directory

Latex for WordPess

Author: zhiqiang

This plugin can let you add latex forumla to posts, comments, post title:

  • $$\alpha+\beta\geq\gamma$$ add an inline latex formula
  • $$!\alpha+\beta\geq\gamma$$ add an latex equation in math mode(it is displayed centerly in a single line). The difference with inline one is a more ! after the first $$.
  • $$\alpha+\beta\geq\gamma!$$ display the source of the latex formula. Just add a ! before the second $$.

This plugin use the public latex server(default is the service provided by wordpress.com) which means you don't need to install any Latex module in your own server which is hard for newbie. However, I suggest to install your own Latex service in your own server if possible in case of the breaking down of public ones. MimeTex service is a very good choice. The installation is very easy as writed in Installation section.

See http://zhiqiang.org/blog/plugin/mimetex for a demo.

This plugin is extended from Anders Dahnielson's Dahnielson-mimetex plugin. You can see the detail of version history in latex.php.