WP-Math-2

0

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 m

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

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.