Fwd: tl24 pretest

Uwe Siart usenet at siart.de
Tue Feb 27 13:20:35 CET 2024


Pablo González L <pablgonz at educarchile.cl> writes:

> Yes :D

Ok, the situation here is: By filename works, by fontname fails:

\usepackage{fontspec}
% Fails
% \setmainfont{TeXGyreHeros}

% Works
\setmainfont{texgyreheros}[
   Extension =      .otf,
   UprightFont =    *-regular,
   BoldFont =       *-bold,
   ItalicFont =     *-italic,
   BoldItalicFont = *-bolditalic,
   Ligatures=TeX
  ]

\begin{document}
Hello world!
\end{document}

-- 
Uwe



More information about the tex-live mailing list.