You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain pk files are not produced by GFtoPK, but I get the problem only in supre mode. When I remove this mode, every font works, but the bitmaps are ungly then.
MWE:
\documentclass{article}
\pdfpkmode{supre}
\pdfpkresolution=2400
\usepackage{fonttable}
\begin{document}
\fonttable{ecbx2488}% crashes, works only without supre mode
\fonttable{cmbx25}% crashes, works only without supre mode
\fonttable{cmr25}% crashes, works only without supre mode
\fonttable{cmti25}% crashes, works only without supre mode
\fonttable{cmbx20}% works in standard and supre mode
\fonttable{cmbxti17}% works in standard and supre mode
\fonttable{cmr30}% works in standard and supre mode
\fonttable{cmbxti5}% works in standard and supre mode
\end{document}
So optical sizes about 25 make GFtoPK crash. What is happening here?
The text was updated successfully, but these errors were encountered:
Certain pk files are not produced by GFtoPK, but I get the problem only in supre mode. When I remove this mode, every font works, but the bitmaps are ungly then.
MWE:
So optical sizes about 25 make GFtoPK crash. What is happening here?
The text was updated successfully, but these errors were encountered: