On 04/03/2008, Shuai Jiang (Runiteking1) <[EMAIL PROTECTED]> wrote: > Hello, I'm trying to create an application that retrieves and displays > (probably in HTML or PDF format) math problems from a database. > The problem is that I need some sort of mechanism to display mathematical > equations.
If you can describe your equations in MathML then there may be options for you -- a quick google for "python mathml" turned up a few hits -- e.g. http://sourceforge.net/projects/pymathml/ or http://www.grigoriev.ru/svgmath/ (if you accept SVG as an output). -- John. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
