-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
type1ec.sty needed for TeX output of plots. Not a standard texlive #16911
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
Comments
Yes, this has been made necessary so that unicode input works (#14146 and linked issues). |
Wonderful, thanks. If not included in the documentation, I would say it is helpful to do so :) Cheers |
Thank you |
i solved this bug on ubuntu by adding the cm-super. but the same bug appears on mac. |
I solved using tlmgr in OSX:
|
In Fedora 35, I kept having the "not found" error for type1ec.sty and type1cm.sty although both were installed. I was able to solve it installing texlive-psutils with dnf. |
I keep getting the "not found" error too. And I couldn't fix it, despite installing |
Have you also installed dvi-png and ghostscript?
…On Sun, Aug 13, 2023, 17:25 Shikhar Saxena ***@***.***> wrote:
I keep getting the "not found" error too. And I couldn't fix it, despite
installing cm-super?
—
Reply to this email directly, view it on GitHub
<#16911 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVRXMQM7QQKJ6Q4DFFAQZTXVC6ETANCNFSM4LUAQ4RA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yeah I have installed both of them but it doesn't work for some reason. |
We struggled with finding an appropriate RPM package for RockyLinux 9 (clone of RHEL 9), and found that this package needs to be installed: dnf install texlive-type1cm |
Bug report
Bug summary
type1ec.sty
not found. I have never encountered this before v3.2.1. Standard texlive (apt install texlive-latex-extra
) does not come with this (onlytype1cm.sty
).Code for reproduction
Actual outcome
Sorry for the short description,
Expected outcome
Expected no problems with plotting. `fontsize=12` runs on some choices of label. Labels with a single character also produce no error...Fix
on linux:
apt install cm-super
.Is it now necessary to have cm-supper for plotting TeX?
Matplotlib version
print(matplotlib.get_backend())
):module://ipykernel.pylab.backend_inline
(seems strange to me)The text was updated successfully, but these errors were encountered: