>>>>> "Edin" == Edin Salkovi§ <[EMAIL PROTECTED]> writes:

    Edin> I got the SVG backend to work properly. The PS backend seems
    Edin> to be very tightly integrated with the current
    Edin> implementation of the Fonts classes so I haven't realy
    Edin> digged into it yet.

    Edin> This patch only adds four new files for converting TeX/Type1
    Edin> <-> Unicode, and the modified mathtext.py file.

A couple of comments

  * can we put all the dictionaries and data into a single file
    (_mathtext_data).  I would rather not have a proliferation of
    support modules for mathtext


  * do we really need dictionaries for tex2uni and uni2tex.  Would it
    not be better to define tex2uni and then do

     uni2tex = dict([(v,k) for k,v in tex2uni.items()])

JDH

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to