On Wed, 22 Apr 2020 08:10:10 +0200
Henning Hraban Ramm <te...@fiee.net> wrote:

> > OSFONTDIR=/home/gour/.fonts/ /usr/share/fonts/  
> 
> Can you spot the difference?

Ahh, you are right!

> I don’t know about fish, but I guess even there a space is not a
> valid path separator.

Well, fish shell works a bit differently, but in this case problem is that
OSFONTDIR is a variable like PATH...

Otherwise:

$ set TEST a b c        # define TEST envvar as array

$ echo $TEST    
a b c

$ echo $TEST[2] # access 2nd member from the array
b

$ set -e TEST[2]        # remove 2nd member from the array

$ echo $TEST
a c

> BTW: For me on MacOS Mojave, installing in texmf-fonts is unreliable, while
> installing in one of the OSFONTDIRs works.

My problem was that I had luatex engine installed from before and didn't
install required (regular) fonts, so after installing google-noto-sans-fonts
package everything is fine now. :-)

Thanks everyone for all your help!


Sincerely,
Gour

-- 
Bewildered by the modes of material nature, the ignorant fully
engage themselves in material activities and become attached. But
the wise should not unsettle them, although these duties are inferior
due to the performers' lack of knowledge.


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to