Closed pgmmpk closed 8 years ago
I get a problem with make: make: *\ [churchslavonic-en.pdf] Error 1 Log file has this:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! fontspec error: "font-not-found" ! ! The font "PonomarUnicode.otf" cannot be found. ! ! See the fontspec documentation for further information. ! ! For immediate help type H <return>. !...............................................
I think the problem is with defining the font as PonomarUnicode.otf. Where is it looking for the font file? Do we need to include the font file explicitly in the directory?
PonomarUnicode.otf is being looked up in the TeX installation tree. I've got it in
/usr/local/texlive/2015basic/texmf-dist/fonts/opentype/public/churchslavonic/ponomar/
We can not use logical names like "Ponomar Unicode", because these are looked up in the list of fonts installed system-wide (on the OS level). TexLive package manager does not (afaik) has a capability to install fonts. It only downloads and copies them somewhere under textmf-dist/fonts...
Try copying font binaries to the proper place, and then re-hash tex lookup tables by running:
mktexlsr
OK, I can confirm that it works after I installed the font in the TeX tree. Merging.
idea is: