From: John H. <jdh...@ac...> - 2006-06-26 14:32:08
|
>>>>> "Edin" =3D=3D Edin Salkovi=A7 <edi...@gm...> 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 =3D dict([(v,k) for k,v in tex2uni.items()]) JDH |