On Wed, Apr 10, 2024 at 12:36:31AM -0400, Carlos wrote:
> Now both XeTeX (v3.14) and LuaTeX (v1.18) only undertand the path of system 
> fonts such as /usr/share/ and /usr/local/share or whatever the path happens 
> to be to find them. There's no room to have any engine work successfully for 
> a lookup under kpathsea or wherever the variable texmflocal points to. Nope. 
> not such a thing.

But it's not too shabby either, and the Kpseonly option may not be needed after 
all

And it'll pick up .otf over .ttf anytime, as long as the path to look 'em up is 
set in place; Not bad really

\setmainfont[
Path=/usr/local/texlive/texmf-local/fonts/, 
UprightFeatures={FontIndex=0}, 
ItalicFeatures={FontIndex=1}, 
BoldFeatures={FontIndex=2}, 
%BoldItalicFeatures={FontIndex=3}

and so forth


-- 

Reply via email to