From: <md...@us...> - 2007-07-18 16:59:41
|
Revision: 3563 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3563&view=rev Author: mdboom Date: 2007-07-18 09:59:39 -0700 (Wed, 18 Jul 2007) Log Message: ----------- Oops. Dotless i was already in there as \imath Modified Paths: -------------- branches/mathtext_mgd/lib/matplotlib/_mathtext_data.py Modified: branches/mathtext_mgd/lib/matplotlib/_mathtext_data.py =================================================================== --- branches/mathtext_mgd/lib/matplotlib/_mathtext_data.py 2007-07-18 16:53:11 UTC (rev 3562) +++ branches/mathtext_mgd/lib/matplotlib/_mathtext_data.py 2007-07-18 16:59:39 UTC (rev 3563) @@ -112,8 +112,6 @@ r'\phi' : ('cmmi10', 42), r'\chi' : ('cmmi10', 17), r'\psi' : ('cmmi10', 31), - r'\i' : ('cmmi10', 8), - r'\j' : ('cmmi10', 65), r'(' : ('cmr10', 119), r'\leftparen' : ('cmr10', 119), @@ -750,7 +748,8 @@ r'\Diamond' : ('psyr', 224), r'\langle' : ('psyr', 225), r'\Sigma' : ('psyr', 229), - r'\sum' : ('psyr', 229) + r'\sum' : ('psyr', 229), + } # Automatically generated. @@ -2572,8 +2571,7 @@ 'divideontimes': 8903, 'lbrack': 91, 'textquotedblright': 8221, -'Colon': 8759, -'i': 305} +'Colon': 8759} uni2tex = dict([(v,k) for k,v in tex2uni.items()]) @@ -3051,8 +3049,7 @@ 'divideontimes': 'uni22C7', 'lbrack': 'bracketleft', 'textquotedblright': 'quotedblright', -'Colon': 'uni2237', -'i': 'uni0131'} +'Colon': 'uni2237'} type12tex = dict([(v,k) for k,v in tex2type1.items()]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |