MiKTeX / miktex-packaging

the MiKTeX package factory
MIT License
19 stars 6 forks source link

\pdfinterwordspaceon doesn't work in miktex #391

Closed u-fischer closed 1 year ago

u-fischer commented 1 year ago

The font needed by pdftex for the \pdfinterwordspaceon is missing in miktex

\documentclass{article}

\pdfinterwordspaceon
\begin{document}
hello world
\end{document}

errors with

! Font \csname\endcsname=pdftexspace not loadable: Metric (TFM) file not found.

TeXlive uses

c:/texlive/2023/texmf-dist/fonts/tfm/public/pdftex/pdftexspace.tfm
c:/texlive/2023/texmf-dist/fonts/type1/public/pdftex/pdftexspace.pfb

(the font name is new, in texlive 2022 pdftex would have used dummy-space.tfm)

edocevoli commented 1 year ago

Thank you, this has been fixed. Please check for updates tomorrow.