Am 15.11.2021 um 04:34 schrieb Aditya Mahajan via ntg-context
: On Sun, 14 Nov 2021, skyhorse--- via ntg-context wrote:
Solved. Well almost. I do know that it's an access problem of some sort. I used 'font-manager' to look at fonts and it showed 'DejaVu Math Tex Gyre' as "disabled" For su is shows the font as usable. When context is run su, it compiles successfully. So the fonts are there. The example does work, but, not for me as user. I for some reason have the some fonts disabled. I'll figure out how to enable them.
Most likely, you installed context using `su` or `sudo`. It is possible that the directory where the fonts are installed are not readable by the user.
The simple work-around is to install context as a regular user so that you have the permissions to read the font files.
... or at least open permissions. I could imagine the real culprit is the cache tree (i.e. its permissions). Hraban