You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we need to see how to improve the font installation.
We have several ways to detect missing font but it is still not enough to have theme auto install.
We correctly get in the log : ! Package fontspec Error: The font "Caladea" cannot be found.
We correctly have the missfont.log analyzed and Caladea[.](tfm|afm|mf|otf) is found (with mktextfm that i believe we should not catch 🤔 )
However, the files are not found after command tlmgr search --file --global "/Caladea[.](tfm|afm|mf|otf)" because the files we look for are for examples Caladea-Bold-tlf-ot1.tfm or Caladea-Italic-tlf-t1.tfm
If we use a more generic regex, we found the package,
I think we need to see how to improve the font installation.
We have several ways to detect missing font but it is still not enough to have theme auto install.
For example, see rstudio/rticles#362 (comment):
! Package fontspec Error: The font "Caladea" cannot be found.
missfont.log
analyzed andCaladea[.](tfm|afm|mf|otf)
is found (withmktextfm
that i believe we should not catch 🤔 )tlmgr search --file --global "/Caladea[.](tfm|afm|mf|otf)"
because the files we look for are for examplesCaladea-Bold-tlf-ot1.tfm
orCaladea-Italic-tlf-t1.tfm
If we use a more generic regex, we found the package,
So maybe only changing the regex will help.
Or we need something more clever/ 🤔
The text was updated successfully, but these errors were encountered: