- Package:
- texlive-xetex
- Source:
- texlive-xetex
- Submitter:
- Hilmar Preusse
- Date:
- 2025-01-19 23:12:02 UTC
- Severity:
- normal
- Tags:
Dear Maintainer,
after the latest upload of texlive-base a TeX file using \usepackage[T1]{fontenc} can't
be compiled any more using XeLaTeX:
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\begin{document}
iii
\end{document}
Log file is attached.
Hilmar
On 17.01.25 Hilmar Preusse (hille42@web.de) wrote: Hi, 6. LaTeX Font Info: No file T1lmr.fd. on input line 116. LaTeX Font Warning: Font shape `T1/lmr/m/n' undefined (Font) using `T1/lmr/m/n' instead on input line 116. After installing T1lmr.fd (in lmodern) compiling works again. The file is in testing in that package too; not sure, why compiling worked before. That's it for now. Hilmar
Hi, workaround. lualatex does a fallback to Computer modern: LaTeX Font Warning: Font shape `OT1/lmr/m/n' undefined (Font) using `OT1/cmr/m/n' instead on input line 54. and this worked with trixie with XeLaTeX too. So I guess a regression between testing and unstable. Currently I'm discussing this topic in dctt. Hilmar