Skip to content
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

Helvet triggers font warnings with recent LaTeX2e #308

Closed
callegar opened this issue Mar 13, 2020 · 3 comments
Closed

Helvet triggers font warnings with recent LaTeX2e #308

callegar opened this issue Mar 13, 2020 · 3 comments

Comments

@callegar
Copy link

callegar commented Mar 13, 2020

Brief outline of the bug

Loading helvet triggers font warnings when reading texmf-dist/tex/latex/psnfss/t1phv.fd

LaTeX Warning: Font shape declaration has incorrect series value `mc'.
               It should not contain an `m'! Please correct it.
               Found on input line 20.

A similar warning is repeated multiple times for different lines in t1phv.fd.

Either recent versions of LaTeX2e were unwillingly made incompatible with helvet or helvet in the psnfss bundle (which is declared as a required piece of LaTeX) needs updating.

Minimal example showing the bug

\RequirePackage{latexbug}
\documentclass{article}
\usepackage{helvet}
\begin{document}
{\sffamily Test}
\end{document}

Log file (required) and possibly PDF file

testme.log

@u-fischer
Copy link
Member

This is known, see #299. But it wasn't yet possible to contact the maintainer of helvet:. The warnings are harmless, so you can ignore them for now.

@callegar
Copy link
Author

callegar commented Mar 14, 2020

Thanks for pointing out, in my search I initially missed it. And good to see confirmed that the warnings are totally harmless.

@FrankMittelbach
Copy link
Member

.fd files have now been updated on CTAN but it will take until TL2020 that they automatically make it to the user desktops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants