Since the last update to the newest TexLive version, a corporate designed scrlttr2-document does not compile anymore.
I always receive errors about a missing font:
Font \TU/lmr/m/n/10=[lmroman10-regular]:+tlig; at 10pt not loadable: metric data not found or bad. ...lt\familydefault\seriesdefault\shapedefault
Package fontspec Error: The font "LinotypeSyntaxCom-Regular" cannot be(fontspec) found.
Font \TU/LinotypeSyntaxCom(0)/m/n/10=[/usr/local/share/fonts/linotype-syntax-cdable: metric data not found or bad.
There are definitely all mentioned Linotype.ttf-fonts stored in /usr/local/share/fonts/linotype-syntax-com/ directory.
Therefore I have tried to recall the fonts in the document by:
\documentclass{article}
\usepackage{fontspec}
\setmainfont[
Path = /usr/local/share/fonts/linotype-syntax-com/,
Extension = .ttf ,
UprightFont = -Regular,
BoldFont = -Bold,
ItalicFont = -Italic,
BoldItalicFont = -BoldIt,
]{LinotypeSyntaxCom}
\begin{document}
Something is wrong! I am momentarily blinded and confused by moving, overlapping, translucent images that overwhelm my vision of the book I am reading.
\end{document}
But this didn't work.
Any ideas how to solve this?
In LibreOffice all fonts are still available.
pacman/pamacor with the perl script from the TUG Website? – lukeflo Jul 19 '23 at 16:21pacman, (1) are you using Arch or a derivative? and (2) did you usepacmanor a wrapper? – cfr Dec 20 '23 at 03:24