Chris Barker wrote: > Peter Wang wrote: > >>> Ah! and some good math implementation -- What does Chaco do for >>> that? >>> > > >> We've also had this discussion internally a bit. It usually >> concludes with us wishing that someone would just port jsmath to >> Python, or implement Knuth's TeX layout rules in Python. :) >> > > It looks like jsmath uses the TeX layout rules, so those are the same > thing. If you can do it in JS, you sure should be able to do it in Python! I currently have a branch (mathtext_mgd), where I am implementing the TeX layout model in Python. It does not attempt to reimplement the whole kit-and-kaboodle (especially the parser and macros etc.), just the box model and some of the math layout algorithms, so it won't support the kind of things Gael is suggesting. But the existing adjacency model was becoming somewhat of a dead end wrt implementing new features like fractions and radicals. Stay tuned -- the code is already beyond feature parity with the old implementation, so I expect to merge this back into the trunk soon.
Cheers, Mike ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel