-
Notifications
You must be signed in to change notification settings - Fork 95
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
Suggested feature: epstopdf - alert on missing font packages #429
Comments
Hi @edocevoli. This could be implemented this way:
Note: If multiple font resources are not installed, What do you think? |
MikTex has a wrong version of Ghostscript which produces errors by not recognizing fonts. Error: /invalidfont in /findfont Note the text above: "MiKTeX GPL Ghostscript 9.25: Unrecoverable error, exit code 1" |
This issue is about Also, MiKTeX does not have "wrong version" of Ghostscript, only "not recent". But 9.25 works correctly considering the updates in few recent months. Anyway, do you have |
I suggest you convert those EPS resources manually with
I suggest maybe opening a new issue on this matter. |
@Abraham-dot Have you tried? |
Has this issue been resolved, or is there an easy step by step on where to install or point the fonts as I have this issue after updating Miktex and now cannot build my reports to include eps at all |
@ClareBellingham MiKTeX/miktex-packaging#112 (comment)
|
Hi @edocevoli. I am keen to help with implementing this feature. Can you please instruct how to set up the dev environment? |
Thank you, I am already working on it (not yet committed). I think it is better (maybe easier) to scan the EPS file before running Ghostscript. So |
Great! Such pre-check approach is definitely more pragmatic than post-check. A quick look on the commit - looks good. I urged on this request due to many related questions/issues on Stack Exchange lately, mostly caused by MiKTeX/miktex-packaging#112. Once this feature is finished, that one will be indirectly resolved. On the other hand, the background of MiKTeX/miktex-packaging#112 ("which set does specific package belong to?") might still be an issue for something else. As mentioned here (MiKTeX/miktex-packaging#112 (comment)), how do
|
This has now been implemented. Re MiKTeX/miktex-packaging#112: |
Excellent! Looking forward to test and verify it. |
@edocevoli Tested. Verified. |
Motivated by this issue and Andrey's expectations
I was wondering whether it would be possible from MiKTeX to alert on missing packages in "install missing packages on-the-fly" fashion.
(Related to MiKTeX/miktex-packaging#112.)
The text was updated successfully, but these errors were encountered: