On Sat, Sep 21, 2002 at 10:45:43AM +0530, Abhir Joshi wrote: > I am writing an html document where I have a lot of equations > (containing integrals, square roots, derivatives, etc) to be embeded > in the text. I am thinking of creating small images for equations and > embed them in the html file. Is there a library to render individual > equations to png files; the equations being written in Latex?
Try latex2html. I tried a simple \pi^2 = \pi \times \pi and it came up beautifully as a 424 byte PNG file. Incidentally, just run your LaTeX source through latex2html. You will get a directory full of goodies like HTML files, CSS files, PNG files etc., all cross-linked nicely so that all you have to do is to put this directory inside your webroot. Your document can be written in LaTeX and converted to HTML this way later. Binand -- If you found this helpful, please take some time off to rate it: http://svcs.affero.net/rm.php?r=binand ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
