tags:

views:

58

answers:

2

looks for a server side script/app that can generate equation images from latex. and runs on IIS

A: 

I use mimetex but you may have to compile it. It shouldn't be to much of a problem if you have a C compiler installed.

Yacoby
A: 

You can use jsMath, a JavaScript library that uses TeX.

duffymo
but that's a client side generator
program10
Yes, but if I'm running Java 6 I can call it using Rhino. FYI only.
duffymo
so the output will be a gif or png?
program10