Since updating to texlive 2019 (last week or so), many tex files are not compiling anymore, due to some font problems. Below are a minimal latex file that shows up the error, and the actual error message on compilation.
Note: all these files were compiling properly on texlive 2018 (that is, before the recent update).
%%%%%%%%%
\documentclass{article}
\usepackage[condensed]{roboto}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
\textsf{Aa}
\end{document}
%%%%%%%%%
When compiling this file (with pdflatex), I get the following error message:
[...]
LaTeX Font Warning: Font shape `T1/cmr/regular/n' undefined
(Font) using `T1/cmr/m/n' instead on input line 7.
(/usr/share/texmf/tex/latex/roboto/T1RobotoCondensed-LF.fd) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./test.aux)
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
){/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-t1.enc}
!pdfTeX error: pdflatex (file rbto_idpkzy.enc): cannot open encoding file for reading
==> Fatal error occurred, no output PDF file produced!
The file rbto_idpkzy.enc indeed does not exist in my tree (but many other rbto_xxxxxx.enc files do).
I have the same problem replacing roboto by many other sans serif fonts.


Reply With Quote


Bookmarks