well then, first check, if type1 fonts are searched for in current folder
Code: Select all
kpsewhich -show-path="type1 fonts"
Several entries are separated by a colon (:), the current folder or working directory is represented by a single period (.), which is usually the first entry, so the output should start with .:
If that's the case, check the link you have created in the folder with your TeX-file
there should be one entry starting with lrwxrwxrwx, ending with ae_AlMohanad_xxboldx.pfb -> /usr/share/texlive/texmf-dist/fonts/type1/arabi/arabeyes/ae_almohanad_xxbold.pfb
Take great care in checking the path right of the arrow (->) really matches the output from the `kpsewhich ae_almohanad_xxbold.pfb' above and confirm the name left of the arrow really matches the name from your error message.
And try to compile your TeX-file from the console
(all commands above to be called from the same directory your TeX-file resides in)
KR
Rainer