File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -853,13 +853,10 @@ def __getitem__(self, texname):
853
853
try :
854
854
return self ._parsed [texname ]
855
855
except KeyError :
856
- fmt = ('A PostScript file for the font whose TeX name is "{0}" '
857
- 'could not be found in the file "{1}". The dviread module '
858
- 'can only handle fonts that have an associated PostScript '
859
- 'font file. '
860
- 'This problem can often be solved by installing '
861
- 'a suitable PostScript font package in your (TeX) '
862
- 'package manager.' )
856
+ fmt = ('An associated PostScript font (required by Matplotlib) '
857
+ 'could not be found for TeX font {0!r} in {1!r}. This '
858
+ 'problem can often be solved by installing a suitable '
859
+ 'PostScript font package in your TeX package manager.' )
863
860
_log .info (textwrap .fill (
864
861
fmt .format (texname .decode ('ascii' ), self ._filename ),
865
862
break_on_hyphens = False , break_long_words = False ))
You can’t perform that action at this time.
0 commit comments