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
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
I am on Mac OS X and for reasons unrelated to LuaLaTeX/luaotfload, I needed to add symlinks to my ~/Library/Fonts to my TeXLive opentype and truetype repertories.
Then I did luaotfload-tool -fu -vvv and it ends up with
luaotfload | db : Fonts in the database: 3038
luaotfload | util : Task completed successfully.
to be compared to the earlier situation
luaotfload | db : Fonts in the database: 1788
luaotfload | util : Task completed successfully.
I checked in the /usr/local/texlive/2016/texmf-var/luatex-cache/generic/names/luaotfload-names.lua.gz and I find there (as expected) entries which point to the same physical location:
The second path is in fact the same as the first, ~/Library/Fonts/TeXOpenTypeFonts being a symlink.
My question is twofold: will this slow-down LuaTeX ? if yes, is there a way during database construction to filter out paths if they point to the same file ?
The text was updated successfully, but these errors were encountered:
Addresses lualatex#359 and lualatex#325
To avoid duplicate entries, paths have to be resolved before collecting
them. This necessitates loop detection of some sort, currently
implemented naively as a flat table containing the directories already
traversed.
This is both a question and perhaps a suggestion.
I am on Mac OS X and for reasons unrelated to LuaLaTeX/luaotfload, I needed to add symlinks to my
~/Library/Fonts
to my TeXLive opentype and truetype repertories.Then I did
luaotfload-tool -fu -vvv
and it ends up withto be compared to the earlier situation
I checked in the /usr/local/texlive/2016/texmf-var/luatex-cache/generic/names/luaotfload-names.lua.gz and I find there (as expected) entries which point to the same physical location:
and
The second path is in fact the same as the first,
~/Library/Fonts/TeXOpenTypeFonts
being a symlink.My question is twofold: will this slow-down LuaTeX ? if yes, is there a way during database construction to filter out paths if they point to the same file ?
The text was updated successfully, but these errors were encountered: