Posted by Anthony Bucci on September 23, 2006 at 00:04:15:
Hi all,
I installed mimetex on paris. This is a simple CGI script which lets you
send latex (math mode) code in as a query string and returns a GIF image
of the math. You can inline this in an tag on a web page to have
instant math. For example, visit this link:
http://www2.demo.cs.brandeis.edu/cgi-bin/mimetex.cgi?\pi=3.14159\ldots
If you were writing HTML, you could do:
...
...
to have that appear on the page. It handles pretty crazy stuff. For
instance:
works fine.
The documentation is here:
http://www2.demo.cs.brandeis.edu/mimetex.html
Enjoy,
Anthony