latex3 / fontspec

Font selection in LaTeX for XeTeX and LuaTeX
http://latex3.github.io/fontspec/
LaTeX Project Public License v1.3c
276 stars 33 forks source link

Use explicit name: lookups for LuaTeX #462

Closed zauguin closed 2 years ago

zauguin commented 2 years ago

Status

READY

Description

Use luaotfload's name: lookup for fontname based lookups instead of letting luaotfload guess. This is faster and more reliable if other files with problematic names are lying around. Fixes #442.

Todos

Minimal example demonstrating the new/fixed functionality

\documentclass{article}
\usepackage{unicode-math}
\setmainfont{texgyrepagella}
\begin{document}
Should now start with \texttt{name:}: \fontname \font
\end{document}