dummy-space font (pfb/tfm files) are missing
MiKTeX source code moved to GitHub
Brought to you by:
csc
This MWE does not compile without manual download of dummy-space.pfb and dummy-space.tfm, and I do not see a way to install those files through the package manager. Ideally, they should be included in the basic installation. Some more information at https://tex.stackexchange.com/questions/318425
\documentclass{article}
\pdfmapline{+dummy-space <dummy-space.pfb}
\pdfinterwordspaceon
\begin{document}
Compile!
\end{document}
Any news in regards of this?