You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ luaotfload-tool --find="Noto Color Emoji"
luaotfload | resolve : Font "Noto Color Emoji" found!
luaotfload | resolve : Resolved file name "/usr/share/texmf-dist/fonts/truetype/google/noto-emoji/NotoColorEmoji.ttf"
However, using lualatex to compile the document:
...
luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: File not found: "NotoColorEmoji.otf".
luaotfload doesn't complain when documentclass is article. I tried checking what could be the potential problem with mla.cls, but it doesn't seem to tweak anything about fonts.
@eg9 — do you think it would be reasonable for fontspec to add a global end package hook to clear the default font features? Document that should be a user feature only.
If so, could consider adding a \globalfontfeatures option as well which behaves in the current “unsafe” manner
Description
Title.
Check/indicate
Minimal example demonstrating the issue
Checking luaotftool:
However, using lualatex to compile the document:
luaotfload doesn't complain when documentclass is article. I tried checking what could be the potential problem with mla.cls, but it doesn't seem to tweak anything about fonts.
Further details
luaotfload-tool --find
fails due to missing functionality inluaonly
mode luaotfload#277The text was updated successfully, but these errors were encountered: