-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSError: Could not locate the file 'cmr10'. #7
Comments
You need to take care of having the Type 1 fonts and PyX knowing where to find it. You can, for example, do the following (the instructions are for unix-like systems; it can be done similarly on Windows as well, but the position of the pyxrc is different and you need to generate an ls-R file somehow, depending on what you have available on your system):
That's it, it will work now. |
Note that you can skip step 2 if you use the |
Script that does it for you. Note: this will blow out any existing
|
When I use
text.set(text.UnicodeEngine)
got error
How to fix it?
The text was updated successfully, but these errors were encountered: