WP-Math-2

WP-Math-2 is a plugin that can convert LaTeX math formula to HTML of images, so that the formula could be shown in browser.

Author:Woody Wang (profile at wordpress.org)
WordPress version required:2.9
WordPress version tested:3.1.4
Plugin version:0.1
Added to WordPress repository:16-06-2011
Last updated:16-06-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://cn.programmingnote.com/blog/?p=185
Total downloads:2 263
Active installs:10+
plugin download
Click to start download

WP-Math-2 can help you insert math formula into WordPress posts or comments. You can use $$...$$(block, only one math expression per line) and $...$(inline, around the text) to insert math. This plugin will render them to HTML or MathML code snippets(Depends on your browser. If your browser supports MathML, it will use MathML, otherwise, use HTML and CSS instead). This work is done by javascript. So your browser must enable JavaScript.

But in most of RSS readers, any JavaScript snippets cannot execute. So I made a trick. WP-Math-2 will convert LaTeX text to images. So users can see math contents with their favorite RSS reader software.