-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luaotfload-tool --find
fails due to missing functionality in luaonly
mode
#277
Comments
Resolved in dev with 12521e8. |
I applied this patch to the directory: $ luaotfload-tool --find="ScheherazadeNew"
luaotfload | resolve : Font "ScheherazadeNew" found!
luaotfload | resolve : Resolved file name "/usr/share/fonts/TTF/ScheherazadeNew-Regular.ttf" However, $ cat mwe.tex
\documentclass[mla8]{mla}
\usepackage{fontspec}
\setmainfont{FreeSerif}
\setmainfont[Script=Arabic]{ScheherazadeNew}
\begin{document}
\begin{paper}
Testing
تجربة
\end{paper}
\end{document} and
For some reason, Edit: this issue doesn't happen with |
Note: this isn't related to Arabic. Same problem for other fonts: \fontspec{NotoColorEmoji}[
Extension=.ttf,
Path=/usr/share/texmf-dist/fonts/truetype/google/noto-emoji/,
RawFeature={mode=harf}]
\setmainfont{NotoColorEmoji}
Curious.. I thought there is no need for luaotfload since I specified an absolute path as per the instructions of the manual for fontspec. |
This is completely unrelated to the problem described here. Please create a separate issue. |
Currently the command-line tool
luaotfload-tool --find
is not working:It works if I comment out this line (introduced in 79e909f):
luaotfload/src/luaotfload-features.lua
Line 893 in 7256136
The required module relies on the
node
table. However,luaotfload-tool
runs inluaonly
mode. That mode has limited functionality (from LuaTeX manual):The text was updated successfully, but these errors were encountered: